serial malaise

This commit is contained in:
2024-02-05 13:33:22 +01:00
parent e42ba362ea
commit 91d4faad3a

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */ /* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 09:31:17 by maldavid #+# #+# */ /* 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); handleMode(client, msg);
else if(msg.getCmd() == "imfeelinglucky") else if(msg.getCmd() == "imfeelinglucky")
handleRussian(client); handleRussian(client);
else
client->sendCode(ERR_UNKNOWNCOMMAND, "No such command");
return true; return true;
} }