summaryrefslogtreecommitdiff
path: root/include/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/client.h')
-rw-r--r--include/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/client.h b/include/client.h
index 4f03823..d6734e4 100644
--- a/include/client.h
+++ b/include/client.h
@@ -195,6 +195,8 @@
#define OPER_FLAG_SQUIT_REMOTE 0x00040000 /**< Oper can do global SQUIT */
#define OPER_FLAG_CONNECT 0x00080000 /**< Oper can do local CONNECT */
#define OPER_FLAG_CONNECT_REMOTE 0x00100000 /**< Oper can do global CONNECT */
+#define OPER_FLAG_WALLOPS 0x00200000 /**< Oper can do WALLOPS */
+#define OPER_FLAG_LOCOPS 0x00400000 /**< Oper can do LOCOPS */
#define HasOFlag(x, y) (MyConnect(x) ? (x)->localClient->operflags & (y) : 0)
#define AddOFlag(x, y) ((x)->localClient->operflags |= (y))