diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h index 54b4aa97e..08ac33597 100644 --- a/include/mode.h +++ b/include/mode.h @@ -32,7 +32,7 @@ enum UserModeBits { UM_INVISIBLE = 1, UM_SERVERNOTICE = 2, - UM_WALLOPS = 3 + UM_WALLOPS = 4 }; class ModeParser |