summaryrefslogtreecommitdiff
path: root/src/modules/m_satopic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_satopic.cpp')
-rw-r--r--src/modules/m_satopic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_satopic.cpp b/src/modules/m_satopic.cpp
index 855a5ca56..69a9090cf 100644
--- a/src/modules/m_satopic.cpp
+++ b/src/modules/m_satopic.cpp
@@ -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>";