]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chghost.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_chghost.cpp
index ef3155cb676375957672abbf7de79a903f3d43a0..43f6dea7ca7d84a9ba382442cc927bac9651f17b 100644 (file)
@@ -114,7 +114,7 @@ class ModuleChgHost : public Module
 
        Version GetVersion()
        {
-               return Version("$Id$", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for the CHGHOST command", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
        }
 
 };