This commit is contained in:
aortigos
2026-04-19 01:47:20 +02:00
parent 1c8ad9ba68
commit 94028a5215
7 changed files with 58 additions and 7 deletions

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:54:46 by aortigos ### ########.fr */
/* Updated: 2026/04/19 01:37:10 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -38,8 +38,5 @@ void Server::cmd_join(int fd, std::istringstream &ss)
std::string msg = "Channel already exists\r\n";
send(fd, msg.c_str(), msg.size(), 0);
return ;
}
}