diff options
Diffstat (limited to 'src/modules/m_halfvoice.cpp')
-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) |