]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setidle.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_setidle.cpp
index d5d3973212c6e8af1c7f9958ad2660eb1313c484..68df49a335b0e6be8b35ba527290776e8b7713b1 100644 (file)
@@ -62,7 +62,7 @@ class ModuleSetIdle : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Allows opers to set their idle time", VF_VENDOR, API_VERSION);
        }
 };