summaryrefslogtreecommitdiff
path: root/src/modules/m_classban.cpp
diff options
context:
space:
mode:
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 824119c5e..f6967f51f 100644
--- a/src/modules/m_classban.cpp
+++ b/src/modules/m_classban.cpp
@@ -41,7 +41,7 @@ class ModuleClassBan : public Module
Version GetVersion() CXX11_OVERRIDE
{
- return Version("Adds the n extended ban which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
+ return Version("Adds the n: extended ban which check whether users are in a connect class matching the specified glob pattern.", VF_VENDOR | VF_OPTCOMMON);
}
};