summaryrefslogtreecommitdiff
path: root/src/core/bs_assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_assign.c')
-rw-r--r--src/core/bs_assign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_assign.c b/src/core/bs_assign.c
index d710cb11e..82542580e 100644
--- a/src/core/bs_assign.c
+++ b/src/core/bs_assign.c
@@ -72,7 +72,7 @@ class CommandBSAssign : public Command
return true;
}
- void OnSyntaxError(User *u)
+ void OnSyntaxError(User *u, const ci::string &subcommand)
{
syntax_error(s_BotServ, u, "ASSIGN", BOT_ASSIGN_SYNTAX);
}