]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_samode.cpp
m_spanningtree When an IOHook goes away close all pending connections that use it
[user/henk/code/inspircd.git] / src / modules / m_samode.cpp
index c0cf1b93d2e6f02d79738238392f2a9f04d45106..9b71992a60888f04f8b27652d7b0e77b725e9048 100644 (file)
@@ -32,6 +32,7 @@ class CommandSamode : public Command
        bool active;
        CommandSamode(Module* Creator) : Command(Creator,"SAMODE", 2)
        {
+               allow_empty_last_param = false;
                flags_needed = 'o'; Penalty = 0; syntax = "<target> <modes> {<mode-parameters>}";
                active = false;
        }