Join command starting

This commit is contained in:
aortigos
2026-04-17 18:44:15 +02:00
parent 4faa83eb89
commit b3c190293a

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/04/17 16:26:18 by aortigos #+# #+# */
/* Updated: 2026/04/17 18:43:39 by aortigos ### ########.fr */
/* Updated: 2026/04/17 18:44:02 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -31,5 +31,4 @@ void Server::cmd_join(int fd, std::istringstream &ss)
}
}