Merge pull request #34 from EniumRaphael/samy

🛠️ Patch Notes — ft_irc v1.4.3
This commit is contained in:
Samy BEN TAYEB 2025-06-23 16:26:09 +02:00 committed by GitHub
commit cb4135d01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
/* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */ /* By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2025/05/13 11:11:07 by rparodi #+# #+# */ /* Created: 2025/05/13 11:11:07 by rparodi #+# #+# */
/* Updated: 2025/06/23 14:46:53 by sben-tay ### ########.fr */ /* Updated: 2025/06/23 16:18:12 by sben-tay ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -152,7 +152,6 @@ void Server::start()
std::cout << "Poll loop finished" << std::endl; std::cout << "Poll loop finished" << std::endl;
} }
std::cout << "[INFO] CTRL+C détecté. Fermeture du serveur..." << std::endl; std::cout << "[INFO] CTRL+C détecté. Fermeture du serveur..." << std::endl;
close(_serverFd);
} }
/** /**