sfjhbsdabdsfjbd2

This commit is contained in:
Kbz-8
2024-01-24 19:57:21 +01:00
parent 2ba04ebcfe
commit 0519dc42b8
3 changed files with 12 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/22 17:31:06 by maldavid #+# #+# */
/* Updated: 2024/01/24 19:32:55 by maldavid ### ########.fr */
/* Updated: 2024/01/24 19:57:12 by maldavid ### ########.fr */
/* */
/******************************************************************************/
@@ -268,6 +268,12 @@ namespace irc
}
}
void Server::handleInvite(unstd::SharedPtr<class Client> client, const Message& msg)
{
(void)client;
(void)msg;
}
void Server::handleKick(unstd::SharedPtr<class Client> client, const Message& msg)
{
(void)client;