aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_servprotect.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-04-15 16:43:07 +0100
committerGravatar Sadie Powell2020-04-15 16:43:07 +0100
commit751112d9a980c98591ddd097e6bcf146edb42be3 (patch)
tree724172a5700789a9001969f65b2a2dc7acedbe4f /src/modules/m_servprotect.cpp
parentMinor cleanup and documentation improvements. (diff)
downloadinspircd++-751112d9a980c98591ddd097e6bcf146edb42be3.tar.gz
inspircd++-751112d9a980c98591ddd097e6bcf146edb42be3.tar.bz2
inspircd++-751112d9a980c98591ddd097e6bcf146edb42be3.zip
Rename mkversions to mkdescriptions.
Diffstat (limited to 'src/modules/m_servprotect.cpp')
-rw-r--r--src/modules/m_servprotect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_servprotect.cpp b/src/modules/m_servprotect.cpp
index bc8d54f09..30d2253b0 100644
--- a/src/modules/m_servprotect.cpp
+++ b/src/modules/m_servprotect.cpp
@@ -68,7 +68,7 @@ class ModuleServProtectMode : public Module, public Whois::EventListener, public
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Adds user mode k (servprotect) which protects services pseudoclients from being kicked, being killed, or having their user modes changed.", VF_VENDOR);
+ return Version("Adds user mode k (servprotect) which protects services pseudoclients from being kicked, being killed, or having their channel prefix modes changed.", VF_VENDOR);
}
void OnWhois(Whois::Context& whois) CXX11_OVERRIDE