]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chgname.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_chgname.cpp
index 11e7f4c9c767d31a4cf9d95c9d3082c5b5ee90f4..506325eee19ceaaa51408bee732a8bdfdec3124a 100644 (file)
@@ -83,7 +83,7 @@ public:
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for the CHGNAME command", VF_OPTCOMMON | VF_VENDOR, API_VERSION);
        }
 
 };