diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:43:15 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:43:15 -0700 |
commit | eadffd640b96414f208c9bed4c290031811a764e (patch) | |
tree | 57aa9136186c6549e8641ce2887e6753107ca7f6 /src/modules/m_nonotice.cpp | |
parent | d2d88b6371a942d000f48f2d6c437e00e1fd3d9c (diff) | |
parent | c93af7582aed5f62e484550330697c634ba95f8b (diff) |
Merge pull request #248 from Shawn-Smith/insp20+descfix
[2.0] Updated some module version lines.
Diffstat (limited to 'src/modules/m_nonotice.cpp')
-rw-r--r-- | src/modules/m_nonotice.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_nonotice.cpp b/src/modules/m_nonotice.cpp index 4aa51ef48..ccb44ccde 100644 --- a/src/modules/m_nonotice.cpp +++ b/src/modules/m_nonotice.cpp @@ -21,7 +21,7 @@ #include "inspircd.h" -/* $ModDesc: Provides support for unreal-style channel mode +T */ +/* $ModDesc: Provides channel mode +T to block notices to the channel */ class NoNotice : public SimpleChannelModeHandler { @@ -80,7 +80,7 @@ class ModuleNoNotice : public Module virtual Version GetVersion() { - return Version("Provides support for unreal-style channel mode +T", VF_VENDOR); + return Version("Provides channel mode +T to block notices to the channel", VF_VENDOR); } }; |