From 5c5b9c5b989890ef81acbfb4087b94f537860d11 Mon Sep 17 00:00:00 2001 From: Namonay Date: Tue, 6 Feb 2024 12:43:00 +0100 Subject: [PATCH] oui --- srcs/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcs/client.cpp b/srcs/client.cpp index 7eb3787..69cd523 100644 --- a/srcs/client.cpp +++ b/srcs/client.cpp @@ -6,7 +6,7 @@ /* By: vvaas +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/21 10:35:52 by maldavid #+# #+# */ -/* Updated: 2024/02/06 12:36:00 by vvaas ### ########.fr */ +/* Updated: 2024/02/06 12:42:43 by vvaas ### ########.fr */ /* */ /******************************************************************************/ @@ -156,7 +156,7 @@ namespace irc tosend = "This server is running since "; tosend += server.getRunDate(); sendCode(RPL_CREATED, tosend); - sendModular("%s %s %s %s %s %s %s %s", ":YipIRC", RPL_MYINFO, getNickName().c_str(), "YipIRC", "1.0", "o", "tikl", "kl"); + sendModular("%s %s %s %s %s %s %s %s", ":YipIRC", RPL_MYINFO, getNickName().c_str(), "YipIRC", "1.0", "o", "tikl", "okl"); sendModular("There are %u users on %u channels", server.getClientCount(), server.getChannelCount()); sendModular("You are connected using %s", proto->p_name); sendCode(RPL_WELCOME, "Welcome to YipIRC 😀, your nickname is : " + _nickname);