diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:53:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-08 17:53:37 +0000 |
commit | 1d3147a96ec3193929463830800c97df5f344b53 (patch) | |
tree | 4b45eac28c2d78517cf7f2fc9c3a33d266c22c9f /include/users.h | |
parent | 3f389a4bd951cbf6f8ca139473647eaae0447322 (diff) |
Change channelmodes -> usermodes (typo)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4177 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
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, |