]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_dccallow.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
index fb68478724266f6ab168964675e919d498a6cd1c..a25d553d1df2079dd90b2d0e48043655542710b2 100644 (file)
@@ -471,7 +471,7 @@ class ModuleDCCAllow : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("Povides support for the /DCCALLOW command", VF_COMMON | VF_VENDOR, API_VERSION);
        }
 };