]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Comments :)
[user/henk/code/inspircd.git] / include / users.h
index e76c886762662739ce6d11e8cdae45fceb229c0c..a39af7b509b27b6767d2b52641e2c281ada7fc3b 100644 (file)
@@ -38,11 +38,11 @@ enum ClassTypes {
 /** RFC1459 channel modes
  *  */
 enum UserModes {
-       UM_SERVERNOTICE = 's'-65,
-       UM_WALLOPS = 'w'-65,
-       UM_INVISIBLE = 'i'-65,
-       UM_OPERATOR = 'o'-65,
-       UM_SNOMASK = 'n'-65,
+       UM_SERVERNOTICE = 's' - 65,
+       UM_WALLOPS = 'w' - 65,
+       UM_INVISIBLE = 'i' - 65,
+       UM_OPERATOR = 'o' - 65,
+       UM_SNOMASK = 'n' - 65
 };
 
 enum RegistrationState {