]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_securelist.cpp
Some more text fixes and improvements (#1618).
[user/henk/code/inspircd.git] / src / modules / m_securelist.cpp
index 6d9b64df25f2184705b5733d9517e08d82ae8d68..e74134a3a764213c6f74abf1fd506acae9828441 100644 (file)
@@ -33,7 +33,7 @@ class ModuleSecureList : public Module
  public:
        Version GetVersion() CXX11_OVERRIDE
        {
-               return Version("Disallows /LIST for recently connected clients to hinder spam bots", VF_VENDOR);
+               return Version("Disallows the LIST command for recently connected clients to hinder spam bots", VF_VENDOR);
        }
 
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE