diff options
Diffstat (limited to 'modules/operserv/oper.cpp')
-rw-r--r-- | modules/operserv/oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/oper.cpp b/modules/operserv/oper.cpp index 106af76e1..fea4533ea 100644 --- a/modules/operserv/oper.cpp +++ b/modules/operserv/oper.cpp @@ -235,7 +235,7 @@ class CommandOSOper : public Command } else { - this->OnSyntaxError(source, subcommand); + this->OnSyntaxError(source); } } |