Nick command now do all the checks

This commit is contained in:
aortigos
2026-05-15 11:46:36 +02:00
parent 81d71ea2ec
commit 61fae2d6a8
2 changed files with 46 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/05/06 17:18:11 by iherman- #+# #+# */
/* Updated: 2026/05/14 20:35:22 by aortigos ### ########.fr */
/* Updated: 2026/05/15 11:40:28 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -22,10 +22,12 @@
# include <vector>
# include <map>
# include <cctype>
# include "../User/User.hpp"
# define SERVER_NAME irc.server
# define SERVER_NAME "irc.server"
# define PORT_DEFAULT 9898
class Server