Changeset - bff95a3f7a98
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-10-27 16:21:25
hanzz.k@gmail.com
Call IrcCommand::createList with two arguments
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/libcommuni/session.cpp
Show inline comments
 
@@ -43,7 +43,7 @@ void MyIrcSession::on_connected() {
 
	if (suffix.empty()) {
 
		np->handleConnected(user);
 
		if (!sentList) {
 
			sendCommand(IrcCommand::createList(""));
 
			sendCommand(IrcCommand::createList("", ""));
 
			sentList = true;
 
		}
 
	}
0 comments (0 inline, 0 general)