diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-11-17 03:18:08 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-11-19 18:32:43 +0100 |
commit | 7900ad9222aa4dbb5c6e3a7f0316f380da8f894e (patch) | |
tree | 8aad16ba4eed483aed3b2c80e03cf95877fc1465 /src | |
parent | 22f841445a2b73dc2f850b2fc6d415b7a456c442 (diff) |
m_securelist Update description
Diffstat (limited to 'src')
-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) |