1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 02:46:37 +02:00

Fixed /ns help saset autoop reply

This commit is contained in:
Adam
2010-11-27 00:07:48 -06:00
parent 52d9ed428f
commit ba01e7a3bb
+1 -1
View File
@@ -69,7 +69,7 @@ class CommandNSSASetAutoOp : public CommandNSSetAutoOp
{
}
bool Help(User *u, const Anope::string &)
bool OnHelp(User *u, const Anope::string &)
{
u->SendMessage(NickServ, NICK_HELP_SASET_AUTOOP);
return true;