etienne a pas les pizzas

This commit is contained in:
Kbz-8
2024-01-25 23:05:59 +01:00
parent 897a41f2b5
commit b07f2a7a22
2 changed files with 21 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/21 10:34:25 by maldavid #+# #+# */
/* Updated: 2024/01/25 21:21:19 by maldavid ### ########.fr */
/* Updated: 2024/01/25 23:04:45 by maldavid ### ########.fr */
/* */
/******************************************************************************/
@@ -64,7 +64,7 @@ namespace irc
private:
std::set<unstd::SharedPtr<Client>, ClientCmp> _clients;
std::set<unstd::SharedPtr<Client>, ClientCmp> _operators;
const std::string _name;
std::string _name;
std::string _password;
std::string _topic;
int _channel_size;