diff options
| author | 2021-08-17 16:17:00 +0100 | |
|---|---|---|
| committer | 2021-08-17 16:20:37 +0100 | |
| commit | 0c96682d889ccc38d12f9764110b280d03acb41e (patch) | |
| tree | 592607785ba02e1da0e683fae024cb5960d0e2f9 /src/modules/m_classban.cpp | |
| parent | Add a detach method that takes an Implementation array. (diff) | |
| parent | Fix not parsing headers properly in the HTTP module. (diff) | |
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_classban.cpp')
| -rw-r--r-- | src/modules/m_classban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp index cf58ee0a2..88ce54c34 100644 --- a/src/modules/m_classban.cpp +++ b/src/modules/m_classban.cpp @@ -57,7 +57,7 @@ class ModuleClassBan public: ModuleClassBan() - : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the n extended ban which check whether users are in a connect class matching the specified glob pattern.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds extended ban n: which check whether users are in a connect class matching the specified glob pattern.") , extban(this) { } |
