From 2df3f023bfa14467997fc9a00963a86ad6a59c1a Mon Sep 17 00:00:00 2001 From: Namonay Date: Mon, 12 Feb 2024 18:05:48 +0100 Subject: [PATCH] bouffon --- srcs/client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcs/client.cpp b/srcs/client.cpp index f742767..53111b9 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:48:05 by vvaas ### ########.fr */ +/* Updated: 2024/02/12 17:57:11 by vvaas ### ########.fr */ /* */ /******************************************************************************/ @@ -156,7 +156,6 @@ 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", "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);