summaryrefslogtreecommitdiff
path: root/src/core/bs_bot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_bot.c')
-rw-r--r--src/core/bs_bot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_bot.c b/src/core/bs_bot.c
index 86804e044..0aa569d4b 100644
--- a/src/core/bs_bot.c
+++ b/src/core/bs_bot.c
@@ -407,7 +407,7 @@ class CommandBSBot : public Command
if (!is_services_admin(u) && !is_services_root(u))
return false;
- notice_lang(s_BotServ, u, BOT_SERVADMIN_HELP_BOT);
+ notice_help(s_BotServ, u, BOT_SERVADMIN_HELP_BOT);
return true;
}