summaryrefslogtreecommitdiff
path: root/include/builtinmodes.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-10-20 06:24:19 +0100
committerPeter Powell <petpow@saberuk.com>2017-11-06 10:55:56 +0000
commit8281315255d30d7cad6da4936cf9276b7f58a4dc (patch)
tree4e2f6a1293c87037a69a9219154d4a5e05ad7dd1 /include/builtinmodes.h
parent257bf752fc6b87fa35bfa8cf95fc37730c3d55c6 (diff)
Move depriv from m_customprefix into PrefixMode.
Diffstat (limited to 'include/builtinmodes.h')
-rw-r--r--include/builtinmodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/builtinmodes.h b/include/builtinmodes.h
index 922a86f0e..49198b650 100644
--- a/include/builtinmodes.h
+++ b/include/builtinmodes.h
@@ -78,6 +78,7 @@ class ModeChannelVoice : public PrefixMode
ModeChannelVoice()
: PrefixMode(NULL, "voice", 'v', VOICE_VALUE, '+')
{
+ selfremove = false;
ranktoset = ranktounset = HALFOP_VALUE;
}
};