diff options
Diffstat (limited to 'src/modules/m_classban.cpp')
| -rw-r--r-- | src/modules/m_classban.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp index a469b5e6f..466fd9d1c 100644 --- a/src/modules/m_classban.cpp +++ b/src/modules/m_classban.cpp @@ -56,8 +56,8 @@ class ModuleClassBan ClassExtBan extban; 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.") + 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.") , extban(this) { } |
