diff options
Diffstat (limited to 'src/core/hs_del.c')
-rw-r--r-- | src/core/hs_del.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_del.c b/src/core/hs_del.c index 080aff1c2..48187cbb9 100644 --- a/src/core/hs_del.c +++ b/src/core/hs_del.c @@ -48,7 +48,7 @@ class CommandHSDel : public Command return true; } - void OnSyntaxError(User *u) + void OnSyntaxError(User *u, const ci::string &subcommand) { syntax_error(s_HostServ, u, "DEL", HOST_DEL_SYNTAX); } |