]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_censor.cpp
Update the module descriptions.
[user/henk/code/inspircd.git] / src / modules / m_censor.cpp
index 7c7d12a6d02e94f9563b2610c680662b082bd6c7..00981aa5363a1ca2a46d5346c02285047980fd89 100644 (file)
@@ -122,7 +122,7 @@ class ModuleCensor : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides user and channel mode +G", VF_VENDOR);
+               return Version("Allows the server administrator to define inappropriate phrases that are not allowed to be used in private or channel messages.", VF_VENDOR);
        }
 
 };