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_nokicks.cpp | |
parent | b43e77b059be4aeb2a47f618432d0f5d433e28d1 (diff) |
Updated version lines to be more descriptive and remove references to other IRCds
Diffstat (limited to 'src/modules/m_nokicks.cpp')
-rw-r--r-- | src/modules/m_nokicks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_nokicks.cpp b/src/modules/m_nokicks.cpp index 2e598dafe..58e6fbea1 100644 --- a/src/modules/m_nokicks.cpp +++ b/src/modules/m_nokicks.cpp @@ -22,7 +22,7 @@ #include "inspircd.h" -/* $ModDesc: Provides support for unreal-style channel mode +Q */ +/* $ModDesc: Provides channel mode +Q to prevent kicks on the channel. */ class NoKicks : public SimpleChannelModeHandler { @@ -74,7 +74,7 @@ class ModuleNoKicks : public Module Version GetVersion() { - return Version("Provides support for unreal-style channel mode +Q", VF_VENDOR); + return Version("Provides channel mode +Q to prevent kicks on the channel.", VF_VENDOR); } }; |