]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_abbreviation.cpp
Describe module purpose in /MODULES output
[user/henk/code/inspircd.git] / src / modules / m_abbreviation.cpp
index 9a9fabb84067270dc123c27101e94f8f80c1b42a..8ff325730225774e7cdec786ce55efa01c1cae67 100644 (file)
@@ -30,7 +30,7 @@ class ModuleAbbreviation : public Module
 
        virtual Version GetVersion()
        {
-               return Version("$Id$",VF_VENDOR,API_VERSION);
+               return Version("Provides the ability to abbreviate commands a-la BBC BASIC keywords.",VF_VENDOR,API_VERSION);
        }
 
        virtual ModResult OnPreCommand(std::string &command, std::vector<std::string> &parameters, User *user, bool validated, const std::string &original_line)