This commit is contained in:
2024-01-30 17:34:39 +01:00
parent befdd7afbf
commit 64fb3e539d
2 changed files with 23 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/30 01:54:36 by vvaas #+# #+# */
/* Updated: 2024/01/30 16:56:57 by vvaas ### ########.fr */
/* Updated: 2024/01/30 17:24:08 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -27,6 +27,8 @@ class bot
void handle_response(std::string buffer);
~bot();
private :
bool _channel_created;
bool _logged;
struct sockaddr_in _serv_addr;
int _fd;
std::vector<std::string> _connect_commands;