]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_nonotice.cpp
m_spanningtree Use iterators in CAPAB handler and when generating reply to spanningtr...
[user/henk/code/inspircd.git] / src / modules / m_nonotice.cpp
index 4aa51ef48bad4c1d093af84ca9df06055c6fe40e..ccb44ccde70ff1e8f33a43a13645ff5d2f00fc34 100644 (file)
@@ -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);
        }
 };