compile, need fixed registered for send code 001 welcome when USER NICK and PASS commands done.

This commit is contained in:
Samy Ben Tayeb 2025-06-12 18:08:35 +02:00
parent c9c0cf314c
commit 479fc3c6c5
16 changed files with 68 additions and 51 deletions

View file

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