From c93af7582aed5f62e484550330697c634ba95f8b Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Fri, 6 Jul 2012 14:23:04 -0400 Subject: Updated the version lines on several modules. --- src/modules/m_nonotice.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_nonotice.cpp') 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); } }; -- cgit v1.2.3