j'espere vrmt que sa marche sinon j'explose

This commit is contained in:
2024-02-10 18:03:49 +01:00
parent 44d9ec54d6
commit f931263ead
5 changed files with 18 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/30 01:54:36 by vvaas #+# #+# */
/* Updated: 2024/02/07 16:57:53 by maldavid ### ########.fr */
/* Updated: 2024/02/10 17:24:56 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -26,7 +26,8 @@ class Bot
~Bot();
private :
private:
clock_t begin;
std::vector<std::string> _connect_commands;
struct sockaddr_in _serv_addr;
int _fd;

View File

@@ -6,7 +6,7 @@
/* By: vvaas <vvaas@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/22 09:45:10 by maldavid #+# #+# */
/* Updated: 2024/02/06 12:35:38 by vvaas ### ########.fr */
/* Updated: 2024/02/10 17:23:13 by vvaas ### ########.fr */
/* */
/******************************************************************************/
@@ -18,6 +18,5 @@
#define MAX_USERS 20
#define FD_MAX 1023
#define NULL_SOCKET -1
#define LEGAL_CHARACTER "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789{}[]\\|^`-_"
#endif