From bff95a3f7a98cc14768b911699e42314fb0b7c46 2012-10-27 16:21:25 From: HanzZ Date: 2012-10-27 16:21:25 Subject: [PATCH] Call IrcCommand::createList with two arguments --- diff --git a/backends/libcommuni/session.cpp b/backends/libcommuni/session.cpp index 7b86f99fcc732be44fc61b55f3b1ab0e3848b046..91a7fee84137d4cb236636f98dde8c6c6d7bbf74 100644 --- a/backends/libcommuni/session.cpp +++ b/backends/libcommuni/session.cpp @@ -43,7 +43,7 @@ void MyIrcSession::on_connected() { if (suffix.empty()) { np->handleConnected(user); if (!sentList) { - sendCommand(IrcCommand::createList("")); + sendCommand(IrcCommand::createList("", "")); sentList = true; } }