]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hostchange.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_hostchange.cpp
index a35b2fd5d44de4ce482a064b4a633bf0f207885c..a89b5949d95c4cf0dae19cd02c0a4479c87a1264 100644 (file)
@@ -89,7 +89,7 @@ class ModuleHostChange : public Module
        {
                // returns the version number of the module to be
                // listed in /MODULES
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Provides masking of user hostnames in a different way to m_cloaking", VF_VENDOR, API_VERSION);
        }
 
        virtual void OnUserConnect(User* user)