summaryrefslogtreecommitdiff
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h
index 973e9c22b..54b4aa97e 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -29,6 +29,12 @@
#include "channels.h"
#include "ctables.h"
+enum UserModeBits {
+ UM_INVISIBLE = 1,
+ UM_SERVERNOTICE = 2,
+ UM_WALLOPS = 3
+};
+
class ModeParser
{
private: