Kick command added

This commit is contained in:
aortigos
2026-05-25 09:46:45 +02:00
parent dec6930a9a
commit 6b87fe8840
4 changed files with 77 additions and 6 deletions

View File

@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* Server.hpp :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: iherman- <iherman-@student.42malaga.com +#+ +:+ +#+ */
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/06 17:18:11 by iherman- #+# #+# */
/* Updated: 2026/05/23 21:29:13 by iherman- ### ########.fr */
/* Updated: 2026/05/25 09:46:21 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -69,6 +69,7 @@ class Server
void quit_cmd(User &client, std::istringstream &ss);
void mode_cmd(User &client, std::istringstream &ss);
void invite_cmd(User &client, std::istringstream &ss);
void kick_cmd(User &client, std::istringstream &ss);
public:
Server();