diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-26 11:49:45 -0400 |
---|---|---|
committer | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-26 11:49:45 -0400 |
commit | 7a01a023a1c99906fbb4d0a52bc0d06612916da5 (patch) | |
tree | 8cbf85f7fc2a9b801a9015262f80bdbaddf84478 /src/modules/m_cycle.cpp | |
parent | b43e77b059be4aeb2a47f618432d0f5d433e28d1 (diff) |
Updated version lines to be more descriptive and remove references to other IRCds
Diffstat (limited to 'src/modules/m_cycle.cpp')
-rw-r--r-- | src/modules/m_cycle.cpp | 4 |
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); } }; |