X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbuiltinmodes.h;h=49198b650b1eacdbc91ac60cb44581f2de9fd0e0;hb=451e687f681ccab5c02a8de1a7d59b324efbfe08;hp=922a86f0efe081f6df99bd5e4b87af919f94fb96;hpb=257bf752fc6b87fa35bfa8cf95fc37730c3d55c6;p=user%2Fhenk%2Fcode%2Finspircd.git 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; } };