Disable /LIST for IRC

This commit is contained in:
HanzZ 2012-11-30 16:57:57 +01:00
parent 389f066d9e
commit 636253d514

View file

@ -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")));