summaryrefslogtreecommitdiff
path: root/src/core/bs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_help.c')
-rw-r--r--src/core/bs_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/bs_help.c b/src/core/bs_help.c
index ae26ab9d1..92a595a1d 100644
--- a/src/core/bs_help.c
+++ b/src/core/bs_help.c
@@ -33,7 +33,7 @@ class CommandBSHelp : public Command
{
// Abuse syntax error to display general list help.
notice_help(s_BotServ, u, BOT_HELP);
- moduleDisplayHelp(4, u);
+ moduleDisplayHelp(s_BotServ, u);
notice_help(s_BotServ, u, BOT_HELP_FOOTER, BSMinUsers);
}
};