From b1d368f37569cb2d02cd7069e25ba1ad810e9f0b Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 26 Aug 2023 18:22:18 +0200 Subject: [PATCH] added chat-flags config TODO --- include/chat/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/flags.h b/include/chat/flags.h index a54f7a7..4ec2acc 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -22,7 +22,7 @@ along with this program. If not, see . //MACROS #define WHY2_SA struct sockaddr #define WHY2_SERVER_PORT 1204 //PORT -#define WHY2_MAX_CONNECTIONS 1000 //MAX USERS CONNECTED AT ONE TIME +#define WHY2_MAX_CONNECTIONS 1000 //MAX USERS CONNECTED AT ONE TIME //TODO: Move all to configs #define WHY2_COMMUNICATION_TIME 300 //SECONDS WAITING BEFORE KICKING USER (TIMEOUT) #define WHY2_CLEAR_AND_GO_UP "\33[2K\r\033[A" //i mean read the name