diff options
| author | 2020-11-19 21:19:19 +0000 | |
|---|---|---|
| committer | 2020-11-20 12:10:47 +0000 | |
| commit | ad797e3a77c69791c02db6d238817d3e23821dec (patch) | |
| tree | f4cd054228b6ccd3521c6ded62c3b926f644006f /src/modules/m_classban.cpp | |
| parent | Fail websocket connections if changing the user's IP errors. (diff) | |
Update the module descriptions.
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 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); } }; |
