]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/commands.h
Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgs
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / commands.h
index d08835ccc86b752b2e824d89a2f7298076768f26..3b5b499c11d8cf8d3f3c83e2a6c9060f88720e22 100644 (file)
@@ -60,7 +60,7 @@ class CommandSVSPart : public Command
 class CommandSVSNick : public Command
 {
  public:
-       CommandSVSNick(Module* Creator) : Command(Creator, "SVSNICK", 2) { flags_needed = FLAG_SERVERONLY; }
+       CommandSVSNick(Module* Creator) : Command(Creator, "SVSNICK", 3) { flags_needed = FLAG_SERVERONLY; }
        CmdResult Handle (const std::vector<std::string>& parameters, User *user);
        RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters);
 };