diff options
Diffstat (limited to 'src/core/bs_unassign.c')
-rw-r--r-- | src/core/bs_unassign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_unassign.c b/src/core/bs_unassign.c index 52b28a078..83771fc9d 100644 --- a/src/core/bs_unassign.c +++ b/src/core/bs_unassign.c @@ -42,7 +42,7 @@ class CommandBSUnassign : public Command return MOD_CONT; } - bool OnHelp(User *u, const std::string &subcommand) + bool OnHelp(User *u, const ci::string &subcommand) { notice_help(s_BotServ, u, BOT_HELP_UNASSIGN); return true; |