]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_abbreviation.cpp
Improve the message sent when a mode does not exist.
[user/henk/code/inspircd.git] / src / modules / m_abbreviation.cpp
index 93bdd543307f7ca63b58f6e12d1cf15d7f787fff..e07548c09983a8d1ca1d458a5b954d4819596971 100644 (file)
@@ -39,7 +39,7 @@ class ModuleAbbreviation : public Module
 
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Provides the ability to abbreviate commands a-la BBC BASIC keywords", VF_VENDOR);
+               return Version("Allows commands to be abbreviated by appending a full stop.", VF_VENDOR);
        }
 
        ModResult OnPreCommand(std::string& command, CommandBase::Params& parameters, LocalUser* user, bool validated) CXX11_OVERRIDE