Call IrcCommand::createList with two arguments
This commit is contained in:
parent
b816395870
commit
bff95a3f7a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ void MyIrcSession::on_connected() {
|
|||
if (suffix.empty()) {
|
||||
np->handleConnected(user);
|
||||
if (!sentList) {
|
||||
sendCommand(IrcCommand::createList(""));
|
||||
sendCommand(IrcCommand::createList("", ""));
|
||||
sentList = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue