From 23101be0f2e1f1853147dfb0078b8aadbca76746 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 9 Mar 2006 14:18:33 +0000 Subject: UM_WALLOPS had value 3 which was a combination of UM_SERVERNOTICE and UM_INVISIBLE :/ git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3591 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3