Merge branch 'master' of github.com:Namonay/42_irc
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 10:36:21 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/30 17:39:44 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/01/30 18:48:32 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/21 09:31:17 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/30 17:15:37 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/01/30 18:08:41 by maldavid ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/22 17:31:06 by maldavid #+# #+# */
|
||||
/* Updated: 2024/01/30 18:47:38 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/01/30 18:48:25 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -64,6 +64,7 @@ namespace irc
|
||||
for(client_it it = _client.begin(); it != _client.end(); ++it)
|
||||
(*it)->sendMsg(oldNick, "NICK", msg.getTokens()[1]);
|
||||
client->welcome();
|
||||
client->printUserHeader();
|
||||
std::cout << "new nickname, " << client->getNickName() << std::endl;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/01/29 20:36:23 by vvaas #+# #+# */
|
||||
/* Updated: 2024/01/30 17:58:07 by vvaas ### ########.fr */
|
||||
/* Updated: 2024/01/30 18:48:49 by vvaas ### ########.fr */
|
||||
/* */
|
||||
/******************************************************************************/
|
||||
|
||||
@@ -18,4 +18,5 @@ int main()
|
||||
|
||||
greg.init();
|
||||
greg.connect_to_server();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user