]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chanlog.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_chanlog.cpp
index 8149bad1b694f7f79f0f8791b84b1112b48e31f8..0e40ba80ccf3b7177fccb092a735ea5e1bf62fe0 100644 (file)
@@ -97,7 +97,7 @@ class ModuleChanLog : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR,API_VERSION);
+               return Version("Logs snomask output to channel(s).", VF_VENDOR,API_VERSION);
        }
 };