summaryrefslogtreecommitdiff
path: root/src/modules/m_cycle.cpp
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2012-07-26 08:54:57 -0700
committerAttila Molnar <attilamolnar@hush.com>2012-07-26 08:54:57 -0700
commit6d4db6b2623170b7e675d188ee01683dcc32db25 (patch)
tree8cbf85f7fc2a9b801a9015262f80bdbaddf84478 /src/modules/m_cycle.cpp
parentb43e77b059be4aeb2a47f618432d0f5d433e28d1 (diff)
parent7a01a023a1c99906fbb4d0a52bc0d06612916da5 (diff)
Merge pull request #267 from Shawn-Smith/insp20+versionsfix
[2.0] Removed version line references to other IRCds
Diffstat (limited to 'src/modules/m_cycle.cpp')
-rw-r--r--src/modules/m_cycle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp
index b28edde83..1eb3c1899 100644
--- a/src/modules/m_cycle.cpp
+++ b/src/modules/m_cycle.cpp
@@ -20,7 +20,7 @@
#include "inspircd.h"
-/* $ModDesc: Provides support for unreal-style CYCLE command. */
+/* $ModDesc: Provides command CYCLE, acts as a server-side HOP command to part and rejoin a channel. */
/** Handle /CYCLE
*/
@@ -97,7 +97,7 @@ class ModuleCycle : public Module
virtual Version GetVersion()
{
- return Version("Provides support for unreal-style CYCLE command.", VF_VENDOR);
+ return Version("Provides command CYCLE, acts as a server-side HOP command to part and rejoin a channel.", VF_VENDOR);
}
};