]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_channames.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_channames.cpp
index 172231e85fa429d08d5f8ca4f9e69327fd464702..c5315b3077d446e9848d2fe90260a0e162589fbc 100644 (file)
@@ -153,7 +153,7 @@ class ModuleChannelNames : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Implements config tags which allow changing characters allowed in channel names", VF_VENDOR);
+               return Version("Allows the server administrator to define what characters are allowed in channel names.", VF_VENDOR);
        }
 };