1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 02:33:13 +02:00

Added missing help to BS ACT, patch from Adam.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2269 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2009-04-10 01:52:09 +00:00
parent 56464bbdd8
commit 7b6a109100
+6
View File
@@ -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