From f6bb5ea062f5ff3d83fc9e73e20487d7f7334c04 Mon Sep 17 00:00:00 2001 From: MaeJong Date: Tue, 2 May 2017 18:36:16 +0200 Subject: Implement high admin chat The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha --- src/qcommon/q_shared.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qcommon') diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index ffff6dd..e7411a3 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1337,5 +1337,6 @@ typedef enum { #define SAY_ACTION 3 #define SAY_ACTION_T 4 #define SAY_ADMINS 5 +#define SAY_HADMINS 6 #endif // __Q_SHARED_H -- cgit