]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hostchange.cpp
Update the module descriptions using mkversion.
[user/henk/code/inspircd.git] / src / modules / m_hostchange.cpp
index 78ef68759737f999c642fcc5accd17a8ba1ba7cb..6d35b6fcbd62082f0bafd5777bfd29baf3ad9c84 100644 (file)
@@ -187,7 +187,7 @@ private:
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides rule-based masking of user hostnames", VF_VENDOR);
+               return Version("Allows the server administrator to define custom rules for applying hostnames to users.", VF_VENDOR);
        }
 
        void OnUserConnect(LocalUser* user) CXX11_OVERRIDE