]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_silence.cpp
m_permchannels Construct the final line that will be saved in a std::string in WriteD...
[user/henk/code/inspircd.git] / src / modules / m_silence.cpp
index ab2134e4ced9908fec6b4d8dc61d85c75e176ce1..817c8ffcfe2e91aae18974c75cca988d1d2fc009 100644 (file)
@@ -110,6 +110,7 @@ class CommandSilence : public Command
        CommandSilence(Module* Creator, unsigned int &max) : Command(Creator, "SILENCE", 0),
                maxsilence(max), ext("silence_list", Creator)
        {
+               allow_empty_last_param = false;
                syntax = "{[+|-]<mask> <p|c|i|n|t|a|x>}";
                TRANSLATE3(TR_TEXT, TR_TEXT, TR_END);
        }