mirror of
https://github.com/anope/anope.git
synced 2026-07-01 12:46:39 +02:00
Help() -> OnHelp(), return true.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1986 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -46,9 +46,10 @@ class CommandNSUpdate : public Command
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
bool Help(User *u)
|
||||
bool OnHelp(User *u)
|
||||
{
|
||||
notice_lang(s_NickServ, u, NICK_HELP_UPDATE);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user