]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_sanick.cpp
m_mysql Fix crash on rehash when the database tags have been changed in the config
[user/henk/code/inspircd.git] / src / modules / m_sanick.cpp
index cf093d28a713080f80005cb72b628ff78f166800..4e4be77ae635c6e7f6d73d452dee4c6e88057e81 100644 (file)
@@ -30,6 +30,7 @@ class CommandSanick : public Command
  public:
        CommandSanick(Module* Creator) : Command(Creator,"SANICK", 2)
        {
+               allow_empty_last_param = false;
                flags_needed = 'o'; Penalty = 0; syntax = "<nick> <new-nick>";
                TRANSLATE3(TR_NICK, TR_TEXT, TR_END);
        }