]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_xline_db.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_xline_db.cpp
index 56bf7c8ef9106ab57739e91676f8dde528a9bb4b..efd6a9c1d2942c40d90a2784df781504c9f922aa 100644 (file)
@@ -240,7 +240,7 @@ class ModuleXLineDB : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Keeps a dynamic log of all XLines created, and stores them in a seperate conf file (xline.db).", VF_VENDOR, API_VERSION);
        }
 };