This commit is contained in:
2024-01-30 21:47:20 +01:00
parent 1801c6b7f5
commit 0229002fcf
3 changed files with 31 additions and 10 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 18:13:55 by vvaas ### ########.fr */
/* Updated: 2024/01/30 21:38:16 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -22,7 +22,7 @@ class Bot
{
public:
Bot();
void init(void);
bool init(void);
void connect_to_server(void);
void handle_response(std::string buffer);
void send_message(const std::string &content);