]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cloaking.cpp
Run configure -update on all svn/git changes
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
index fe802164d8e9ed247924f9b96b0566e435dc1ee7..25d997798192c1044d529b643f7df54c4d150bfb 100644 (file)
@@ -339,7 +339,7 @@ class ModuleCloaking : public Module
        {
                // returns the version number of the module to be
                // listed in /MODULES
-               return Version("$Id$", VF_COMMON|VF_VENDOR,API_VERSION);
+               return Version("Provides masking of user hostnames", VF_COMMON|VF_VENDOR,API_VERSION);
        }
 
        void OnRehash(User* user)