From 9b238b6d70e4fd1cfd92aa869c8af629727fff0d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sun, 27 Aug 2023 15:32:55 +0200 Subject: [PATCH] created WHY2_CHAT_CODE_ACCEPT_MESSAGES macro --- include/chat/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/config.h b/include/chat/config.h index ed27a50..101e048 100644 --- a/include/chat/config.h +++ b/include/chat/config.h @@ -20,6 +20,7 @@ along with this program. If not, see . #define WHY2_CHAT_CONFIG_H //MACROS +#define WHY2_CHAT_CODE_ACCEPT_MESSAGES "code_000" #define WHY2_CHAT_CODE_PICK_USERNAME "code_001" #define WHY2_CONFIG_DIR "/home/{USER}/.config"