summaryrefslogtreecommitdiff
path: root/src/modules/m_securelist.cpp
diff options
context:
space:
mode:
authorRobby <Robby-@users.noreply.github.com>2019-04-28 23:26:50 +0200
committerPeter Powell <petpow@saberuk.com>2019-04-28 22:26:50 +0100
commite59cb85871f75b7603c63c6cd274d57536cf6794 (patch)
tree7288546b1350a75ccf3341450421389f2d3736ee /src/modules/m_securelist.cpp
parent1041cb9329027ea2b3855836e2bb68ab7411730f (diff)
Some more text fixes and improvements (#1618).
Diffstat (limited to 'src/modules/m_securelist.cpp')
-rw-r--r--src/modules/m_securelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_securelist.cpp b/src/modules/m_securelist.cpp
index 6d9b64df2..e74134a3a 100644
--- a/src/modules/m_securelist.cpp
+++ b/src/modules/m_securelist.cpp
@@ -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