]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
And the bit I missed... :/
[user/henk/code/inspircd.git] / include / mode.h
index 973e9c22bc75112eabf83820cbc640071c5c7c6f..08ac335971547f175fb8b1a446e78b5b28ab7a9e 100644 (file)
 #include "channels.h"
 #include "ctables.h"
 
+enum UserModeBits {
+       UM_INVISIBLE = 1,
+       UM_SERVERNOTICE = 2,
+       UM_WALLOPS = 4
+};
+
 class ModeParser
 {
  private: