diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-09 05:54:43 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-09 05:54:43 +0000 |
commit | 7f722fa65680487ab018a65469d27ce43335b67d (patch) | |
tree | 08ddda21559530db51fa0ad89de401ae6f3bd1cc /src/modules | |
parent | 4aeda51771f6fcc2b0d548fa33394af59038aedd (diff) |
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
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_halfvoice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |