diff options
Diffstat (limited to 'modules/botserv/control.cpp')
-rw-r--r-- | modules/botserv/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/botserv/control.cpp b/modules/botserv/control.cpp index 758f795f2..48d5cd9f6 100644 --- a/modules/botserv/control.cpp +++ b/modules/botserv/control.cpp @@ -68,7 +68,7 @@ class CommandBSSay : public Command if (text[0] == '\001') { - this->OnSyntaxError(source, ""); + this->OnSyntaxError(source); return; } |