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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user