Call IrcCommand::createList with two arguments

This commit is contained in:
HanzZ 2012-10-27 16:21:25 +02:00
parent b816395870
commit bff95a3f7a

View file

@ -43,7 +43,7 @@ void MyIrcSession::on_connected() {
if (suffix.empty()) {
np->handleConnected(user);
if (!sentList) {
sendCommand(IrcCommand::createList(""));
sendCommand(IrcCommand::createList("", ""));
sentList = true;
}
}