aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_muteban.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-12-30 18:49:37 +0000
committerGravatar Sadie Powell2021-12-30 18:49:37 +0000
commit997cec0ac572b054de9ffa1df2d52d5df6daeb4a (patch)
treef986128a2558062687c0d149a5366184c8b5e66f /src/modules/m_muteban.cpp
parentAdd support for forwarding a password from the second nick param. (diff)
downloadinspircd++-997cec0ac572b054de9ffa1df2d52d5df6daeb4a.tar.gz
inspircd++-997cec0ac572b054de9ffa1df2d52d5df6daeb4a.tar.bz2
inspircd++-997cec0ac572b054de9ffa1df2d52d5df6daeb4a.zip
Update module descriptions.
Diffstat (limited to 'src/modules/m_muteban.cpp')
-rw-r--r--src/modules/m_muteban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_muteban.cpp b/src/modules/m_muteban.cpp
index 788003937..28b08ab1a 100644
--- a/src/modules/m_muteban.cpp
+++ b/src/modules/m_muteban.cpp
@@ -46,7 +46,7 @@ class ModuleQuietBan
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Adds extended ban m: which bans specific masks from speaking in a channel.", VF_OPTCOMMON|VF_VENDOR);
+ return Version("Adds extended ban m: (mute) which bans specific masks from speaking in a channel.", VF_OPTCOMMON|VF_VENDOR);
}
ModResult HandleMessage(User* user, const MessageTarget& target, bool& echo_original)