]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_satopic.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_satopic.cpp
index 855a5ca5685369e95f8b97fcaf979ef9158aa1da..69a9090cf1f330188b0ef7e66f928ff7dfd94d3c 100644 (file)
@@ -21,7 +21,7 @@ class CommandSATopic : public Command
 {
  public:
        CommandSATopic (InspIRCd* Instance)
-       : Command(Instance,"SATOPIC", "o", 2, false, 0)
+       : Command(Instance,"SATOPIC", "o", 2, 2, false, 0)
        {
                this->source = "m_satopic.so";
                syntax = "<target> <topic>";