summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/bs_act.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/bs_act.c b/src/core/bs_act.c
index 758ebc82c..a73868497 100644
--- a/src/core/bs_act.c
+++ b/src/core/bs_act.c
@@ -68,6 +68,12 @@ class CommandBSAct : public Command
{
syntax_error(s_BotServ, u, "ACT", BOT_ACT_SYNTAX);
}
+
+ bool OnHelp(User *u, const std::string &subcommand)
+ {
+ notice_help(s_BotServ, u, BOT_HELP_ACT);
+ return true;
+ }
};
class BSAct : public Module