This commit is contained in:
2024-01-25 22:48:13 +01:00
parent 8be01173e1
commit 897a41f2b5
2 changed files with 9 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/22 17:31:06 by maldavid #+# #+# */
/* Updated: 2024/01/25 21:21:04 by maldavid ### ########.fr */
/* Updated: 2024/01/25 22:04:39 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -78,7 +78,7 @@ namespace irc
if(msg.getTokens()[1] == _password)
{
client->login();
client->sendCode(RPL_WELCOME, "Welcome to yipiirc :)\n");
client->sendCode("Welcome to", "yipiirc :)\n");
}
else
{