serial malaise
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 09:31:17 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/30 21:22:56 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/02/05 13:32:39 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -183,6 +183,8 @@ namespace irc
|
||||
handleMode(client, msg);
|
||||
else if(msg.getCmd() == "imfeelinglucky")
|
||||
handleRussian(client);
|
||||
else
|
||||
client->sendCode(ERR_UNKNOWNCOMMAND, "No such command");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user