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; } }