diff options
Diffstat (limited to 'modules/hostserv/ban.cpp')
-rw-r--r-- | modules/hostserv/ban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hostserv/ban.cpp b/modules/hostserv/ban.cpp index d85da4ca1..2b6450a85 100644 --- a/modules/hostserv/ban.cpp +++ b/modules/hostserv/ban.cpp @@ -144,7 +144,7 @@ class CommandHSBan : public Command if (reason.empty()) { - this->OnSyntaxError(source, ""); + this->OnSyntaxError(source); return; } |