aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_classban.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_classban.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_classban.cpp')
-rw-r--r--src/modules/m_classban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp
index 09815f2ea..26dcca1ee 100644
--- a/src/modules/m_classban.cpp
+++ b/src/modules/m_classban.cpp
@@ -55,7 +55,7 @@ class ModuleClassBan : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Adds extended ban n: which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
+ return Version("Adds extended ban n: (class) which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
}
};