From b2ca56e927940ea73a436b66e4dd278185ee21c9 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 17 Apr 2024 17:43:25 +0200 Subject: [PATCH] created WHY2_CHAT_COMMAND_EXIT macro also the prefix --- include/chat/flags.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/chat/flags.h b/include/chat/flags.h index e0c3853..6dda091 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -39,6 +39,10 @@ extern "C" { #define WHY2_CHAT_CODE_INVALID_COMMAND "code_003" #define WHY2_CHAT_CODE_INVALID_USERNAME "code_004" +//COMMANDS +#define WHY2_CHAT_COMMAND_PREFIX "!" //the little thingy you write before the command names to make the program recognise them boy. You know? Like in minecraft you use /kill... Also, are you dumb? +#define WHY2_CHAT_COMMAND_EXIT "exit" //QUIT THE PROGRAM CMD + //SHORTCUTS CAUSE I'M LAZY BITCH #define WHY2_CHAT_CODE_SSQC WHY2_CHAT_CODE_SERVER_SIDE_QUIT_COMMUNICATION