]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spy.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_spy.cpp
index e964cb76648a30673dcbae504085d91ce81cd06f..0cc6605370849118250835862b29d1e000cdc0be 100644 (file)
@@ -45,7 +45,7 @@ class ModuleSpy : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$", VF_VENDOR, API_VERSION);
+               return Version("Provides the ability to see the complete names list of channels an oper is not a member of", VF_VENDOR, API_VERSION);
        }
 };