]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index 49b0741f0b70a8a5add32c95b296b763faf04dee..be5bdb5f9c2fa7ed9c4b30733c2c64e7a0f4138c 100644 (file)
@@ -67,7 +67,7 @@ class ModuleSetName : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Provides support for the SETNAME command", VF_VENDOR, API_VERSION);
        }
 };