diff options
Diffstat (limited to 'modules/greet.cpp')
-rw-r--r-- | modules/greet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/greet.cpp b/modules/greet.cpp index e4026825b..26ad7e899 100644 --- a/modules/greet.cpp +++ b/modules/greet.cpp @@ -71,7 +71,7 @@ class CommandBSSetGreet : public Command } else { - this->OnSyntaxError(source, source.GetCommand()); + this->OnSyntaxError(source); } } |