gg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user