From 460239b8bca588c1fe9ca7b1bcb46f9a27a9d7b7 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 20 Apr 2023 09:09:53 +0200 Subject: [PATCH] removed WHY2_CONNECT_MESSAGE macro --- include/chat/flags.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/chat/flags.h b/include/chat/flags.h index 999db80..65ba001 100644 --- a/include/chat/flags.h +++ b/include/chat/flags.h @@ -29,6 +29,4 @@ along with this program. If not, see . #define WHY2_INVALID_POINTER (void*) 0xffffffffffffffff -#define WHY2_CONNECT_MESSAGE "{\"username:\"server\", \"message\":\"{X} connected.\"\"}" //guess what - #endif \ No newline at end of file