]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_watch.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_watch.cpp
index 92e4116ece984e4da38464a8825b1f0e69b742f9..8c237a8eb22edbefa4ad636e699e5debe8086b51 100644 (file)
@@ -528,7 +528,7 @@ class Modulewatch : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_COMMON | VF_VENDOR, API_VERSION);
+               return Version("Provides support for the /WATCH command", VF_COMMON | VF_VENDOR, API_VERSION);
        }
 };