Disable /LIST for IRC
This commit is contained in:
parent
389f066d9e
commit
636253d514
1 changed files with 4 additions and 4 deletions
|
@ -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")));
|
||||
|
|
Loading…
Add table
Reference in a new issue