From 8d1af47d0271e5f08057bec64dee6d18a7b35021 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 21 Oct 2007 21:15:54 +0000 Subject: 3 second penalty to CYCLE. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8286 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_cycle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = " :[reason]"; -- cgit v1.2.3