summaryrefslogtreecommitdiff
path: root/src/modules/m_globops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_globops.cpp')
-rw-r--r--src/modules/m_globops.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp
index b487d4a74..8def83bf3 100644
--- a/src/modules/m_globops.cpp
+++ b/src/modules/m_globops.cpp
@@ -22,7 +22,7 @@
class CommandGlobops : public Command
{
public:
- CommandGlobops (InspIRCd* Instance) : Command(Instance,"GLOBOPS","o",1)
+ CommandGlobops (InspIRCd* Instance) : Command(Instance,"GLOBOPS","o",1,1)
{
this->source = "m_globops.so";
syntax = "<any-text>";