]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_halfvoice.cpp
Dump sendq before closing socket
[user/henk/code/inspircd.git] / src / modules / m_halfvoice.cpp
index 93aa3c1825d38f0fda636b313eecb67613884a1d..c961d7c88f5dd4477e5fc0057eabc7bcadbc7ba3 100644 (file)
@@ -33,7 +33,7 @@ class HalfVoiceMode : public ModeHandler
 
        unsigned int GetPrefixRank()
        {
-               return STATUS_VALUE;
+               return HALFVOICE_VALUE;
        }
 
        void RemoveMode(Channel* channel, irc::modestacker* stack)