From 1d3147a96ec3193929463830800c97df5f344b53 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 8 Jul 2006 17:53:37 +0000 Subject: Change channelmodes -> usermodes (typo) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4177 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit v1.2.3