From 4f57d083c810f57edc0fe449b0de1f48e402107b Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 5 Jun 2016 14:16:36 +0100 Subject: Add global channel operator support --- include/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/client.h b/include/client.h index beed244..e799eca 100644 --- a/include/client.h +++ b/include/client.h @@ -168,6 +168,7 @@ struct MaskItem; #define UMODE_HIDDENHOST 0x01000000 /**< User's host is hidden */ #define UMODE_SSL 0x02000000 /**< User is connected via TLS/SSL */ #define UMODE_WEBIRC 0x04000000 /**< User connected via a webirc gateway */ +#define UMODE_GCHANOP 0x08000000 /**< Global channel operator */ #define UMODE_ALL UMODE_SERVNOTICE @@ -179,7 +180,8 @@ struct MaskItem; #define SEND_UMODES (UMODE_INVISIBLE | UMODE_OPER | UMODE_WALLOP |\ UMODE_REGONLY | UMODE_REGISTERED | UMODE_ADMIN |\ UMODE_HIDDEN | UMODE_HIDDENHOST | UMODE_SSL |\ - UMODE_WEBIRC | UMODE_CALLERID | UMODE_SOFTCALLERID) + UMODE_WEBIRC | UMODE_CALLERID | UMODE_SOFTCALLERID |\ + UMODE_GCHANOP) -- cgit