From ab2bd023183baea007d2084239952eed3e94fb7f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 21:20:18 +0200 Subject: [PATCH] created WHY2_CHAT_CONFIG_URL macro I will download the templates using cURL, I guess --- include/chat/flags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/flags.h b/include/chat/flags.h index 78f6cc1..77831d5 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -30,5 +30,6 @@ along with this program. If not, see . #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff #define WHY2_CHAT_CONFIG "~/.why2_chat.json" +#define WHY2_CHAT_CONFIG_URL "https://raw.githubusercontent.com/ENGO150/WHY2/development/src/chat/.why2_chat.yml" #endif \ No newline at end of file