Changeset - 636253d514ac
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-11-30 16:57:57
hanzz.k@gmail.com
Disable /LIST for IRC
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/session.cpp
Show inline comments
 
@@ -42,10 +42,10 @@ void MyIrcSession::on_connected() {
 
	m_connected = true;
 
	if (suffix.empty()) {
 
		np->handleConnected(user);
 
		if (!sentList) {
 
			sendCommand(IrcCommand::createList("", ""));
 
			sentList = true;
 
		}
 
// 		if (!sentList) {
 
// 			sendCommand(IrcCommand::createList("", ""));
 
// 			sentList = true;
 
// 		}
 
	}
 

	
 
	sendCommand(IrcCommand::createCapability("REQ", QStringList("away-notify")));
0 comments (0 inline, 0 general)