diff options
Diffstat (limited to 'src/modules/m_serverban.cpp')
| -rw-r--r-- | src/modules/m_serverban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_serverban.cpp b/src/modules/m_serverban.cpp index 97d4b3962..9af3f1dd0 100644 --- a/src/modules/m_serverban.cpp +++ b/src/modules/m_serverban.cpp @@ -49,7 +49,7 @@ class ModuleServerBan public: ModuleServerBan() - : Module(VF_VENDOR | VF_OPTCOMMON, "Adds the s: extended ban which check whether users are on a server matching the specified glob pattern.") + : Module(VF_VENDOR | VF_OPTCOMMON, "Adds extended ban s: which check whether users are on a server matching the specified glob pattern.") , extban(this) { } |
