summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h
index 383439c0b..b1f784bb3 100644
--- a/include/users.h
+++ b/include/users.h
@@ -45,7 +45,7 @@ enum ClassTypes {
/** RFC1459 channel modes
* */
-enum ChannelModes {
+enum UserModes {
UM_SERVERNOTICE = 's'-65,
UM_WALLOPS = 'w'-65,
UM_INVISIBLE = 'i'-65,