diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_cycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp index 554bcd17d..aee8ba8cf 100644 --- a/src/modules/m_cycle.cpp +++ b/src/modules/m_cycle.cpp @@ -20,7 +20,7 @@ class cmd_cycle : public Command { public: - cmd_cycle (InspIRCd* Instance) : Command(Instance,"CYCLE", 0, 1) + cmd_cycle (InspIRCd* Instance) : Command(Instance,"CYCLE", 0, 1, false, 3) { this->source = "m_cycle.so"; syntax = "<channel> :[reason]"; |