part cmd
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user