compile, need fixed registered for send code 001 welcome when USER NICK and PASS commands done.
This commit is contained in:
parent
c9c0cf314c
commit
479fc3c6c5
16 changed files with 68 additions and 51 deletions
|
|
@ -110,7 +110,7 @@ void cmd::dispatch(::User *user, Channel *channel, Server *server, std::string &
|
|||
}
|
||||
break;
|
||||
case 'n':
|
||||
if (command_name == "NICK") {
|
||||
if (command_name == "nick") {
|
||||
Nick(user, channel, server, line).execute();
|
||||
} else if (command_name == "notice") {
|
||||
Notice(user, channel, server, line).execute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue