]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_saquit.cpp
Fix a number of commands to have max_params field. This means in practice, that colon...
[user/henk/code/inspircd.git] / src / modules / m_saquit.cpp
index f96c19890f13505826963a73c4ff5fd611cca1e9..7248b10ae29483aca720a860f8f21631fe2d1759 100644 (file)
@@ -20,7 +20,7 @@
 class CommandSaquit : public Command
 {
  public:
-       CommandSaquit (InspIRCd* Instance) : Command(Instance, "SAQUIT", "o", 2, false, 0)
+       CommandSaquit (InspIRCd* Instance) : Command(Instance, "SAQUIT", "o", 2, 3, false, 0)
        {
                this->source = "m_saquit.so";
                syntax = "<nick> <reason>";