diff --git a/backends/libcommuni/session.cpp b/backends/libcommuni/session.cpp index 61200b724260c44bd097de3611bae772c0e2684d..025de37a889f1fd62287a2e76e0af2909a24e8e4 100644 --- a/backends/libcommuni/session.cpp +++ b/backends/libcommuni/session.cpp @@ -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")));