summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-14 17:22:37 +0000
committerpippijn <pippijn@e03df62e-2008-0410-955e-edbf42e46eb7>2007-06-14 17:22:37 +0000
commit67e055124dfbbb73b50f90cd1a1eb1be648d9379 (patch)
tree5c6b426f77abb049ceeed4124b6f581ddacf2114 /include/users.h
parent18e822f8bb02f66b64e1d3f183d4779a745f8eca (diff)
Some general syntax cleanups.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7304 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/users.h b/include/users.h
index e76c88676..a39af7b50 100644
--- a/include/users.h
+++ b/include/users.h
@@ -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 {