Changeset - ec94eefaf4aa
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-20 12:42:25
hanzz.k@gmail.com
handle mode only for participants
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
backends/libircclient-qt/session.cpp
Show inline comments
 
@@ -121,6 +121,8 @@ void MyIrcBuffer::on_modeChanged(const QString& origin, const QString& mode, con
 
	// mode changed: "#testik" "HanzZ" "+o" "hanzz_k" 
 
	qDebug() << "mode changed:" << receiver() << origin << mode << args;
 
	std::string nickname = args.toStdString();
 
	if (nickname.empty())
 
		return;
 
	if (mode == "+o") {
 
		p->m_modes[receiver().toStdString() + nickname] = 1;
 
	}
0 comments (0 inline, 0 general)