aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_channelban.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_channelban.cpp
parentAdd support for forwarding a password from the second nick param. (diff)
Update module descriptions.
Diffstat (limited to 'src/modules/m_channelban.cpp')
-rw-r--r--src/modules/m_channelban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_channelban.cpp b/src/modules/m_channelban.cpp
index c8097d2da..da1645ad0 100644
--- a/src/modules/m_channelban.cpp
+++ b/src/modules/m_channelban.cpp
@@ -30,7 +30,7 @@ class ModuleBadChannelExtban : public Module
public:
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Adds extended ban j: which checks whether users are in a channel matching the specified glob pattern.", VF_OPTCOMMON|VF_VENDOR);
+ return Version("Adds extended ban j: (channel) which checks whether users are in a channel matching the specified glob pattern.", VF_OPTCOMMON|VF_VENDOR);
}
ModResult OnCheckBan(User *user, Channel *c, const std::string& mask) CXX11_OVERRIDE