From 7f722fa65680487ab018a65469d27ce43335b67d Mon Sep 17 00:00:00 2001 From: danieldg Date: Tue, 9 Feb 2010 05:54:43 +0000 Subject: Move password checking into connect class search This makes it possible to have a passworded connect class that is open to any host without denying users that do not use the password. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12411 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_halfvoice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_halfvoice.cpp') diff --git a/src/modules/m_halfvoice.cpp b/src/modules/m_halfvoice.cpp index 93aa3c182..c961d7c88 100644 --- a/src/modules/m_halfvoice.cpp +++ b/src/modules/m_halfvoice.cpp @@ -33,7 +33,7 @@ class HalfVoiceMode : public ModeHandler unsigned int GetPrefixRank() { - return STATUS_VALUE; + return HALFVOICE_VALUE; } void RemoveMode(Channel* channel, irc::modestacker* stack) -- cgit v1.2.3