]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_clearchan.cpp
Fix the ctctags module being marked as a draft.
[user/henk/code/inspircd.git] / src / modules / m_clearchan.cpp
index 096ce6022595c71cff7d4d800cd3d876a8851e6d..859da46a40f3f38809f001c9aec74e9c6796ab6d 100644 (file)
@@ -211,7 +211,7 @@ class ModuleClearChan : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Adds /CLEARCHAN that allows opers to masskick, masskill or mass G/Z-line users on a channel.", VF_VENDOR|VF_OPTCOMMON);
+               return Version("Provides the CLEARCHAN command that allows opers to masskick, masskill or mass G/Z-line users on a channel", VF_VENDOR|VF_OPTCOMMON);
        }
 };