diff options
-rw-r--r-- | src/modules/m_securelist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_securelist.cpp b/src/modules/m_securelist.cpp index e04a61e9e..6501893f3 100644 --- a/src/modules/m_securelist.cpp +++ b/src/modules/m_securelist.cpp @@ -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) |