diff options
author | Sadie Powell <sadie@witchery.services> | 2020-04-15 16:43:07 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-04-15 16:43:07 +0100 |
commit | 751112d9a980c98591ddd097e6bcf146edb42be3 (patch) | |
tree | 724172a5700789a9001969f65b2a2dc7acedbe4f /src/modules | |
parent | 85bd27a84087397c8ac7e4e026f4187888931262 (diff) |
Rename mkversions to mkdescriptions.
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/m_servprotect.cpp | 2 |
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 |