]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_securelist.cpp
m_nokicks Remove u-line check, OnUserPreKick doesn't run in that case
[user/henk/code/inspircd.git] / src / modules / m_securelist.cpp
index e04a61e9e95b922f2f8e488d408de1e65d193da2..6501893f3a0a93e34b218e1dc3772f43002bc474 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "inspircd.h"
 
-/* $ModDesc: A module overriding /list, and making it safe - stop those sendq problems. */
+/* $ModDesc: Disallows /LIST for recently connected clients to hinder spam bots */
 
 class ModuleSecureList : public Module
 {
@@ -41,7 +41,7 @@ class ModuleSecureList : public Module
 
        virtual Version GetVersion()
        {
-               return Version("A module overriding /list, and making it safe - stop those sendq problems.",VF_VENDOR);
+               return Version("Disallows /LIST for recently connected clients to hinder spam bots", VF_VENDOR);
        }
 
        void OnRehash(User* user)