diff options
Diffstat (limited to 'modules/botserv/bot.cpp')
-rw-r--r-- | modules/botserv/bot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/bot.cpp b/modules/botserv/bot.cpp index 21a5f6ce9..65a891839 100644 --- a/modules/botserv/bot.cpp +++ b/modules/botserv/bot.cpp @@ -380,7 +380,7 @@ class CommandBSBot : public Command } else { - this->OnSyntaxError(source, ""); + this->OnSyntaxError(source); } } |