summaryrefslogtreecommitdiff
path: root/src/qcommon/q_shared.h
diff options
context:
space:
mode:
authorMaeJong <mewiceclair@gmail.com>2017-05-02 18:36:16 +0200
committerMaeJong <mewiceclair@gmail.com>2017-05-02 18:36:16 +0200
commitf6bb5ea062f5ff3d83fc9e73e20487d7f7334c04 (patch)
treed44fa09527e1995b7d658bb201398930dc2126e7 /src/qcommon/q_shared.h
parent3bdef682e03faf52a4eec10af06960ec4b467af5 (diff)
Implement high admin chat
The channel is accessible to anyone who has the flag HIGHADMINCHAT, via /say_hadmins or /ha
Diffstat (limited to 'src/qcommon/q_shared.h')
-rw-r--r--src/qcommon/q_shared.h1
1 files changed, 1 insertions, 0 deletions
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