From 7900ad9222aa4dbb5c6e3a7f0316f380da8f894e Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 17 Nov 2012 03:18:08 +0100 Subject: [PATCH] m_securelist Update description --- src/modules/m_securelist.cpp | 4 ++-- 1 file 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) -- 2.39.5