diff options
author | Adam <Adam@anope.org> | 2010-11-27 00:07:48 -0600 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-11-27 00:07:48 -0600 |
commit | ba01e7a3bbd4deb00a104587e07f55a1f0b9c359 (patch) | |
tree | 4c8b716b1adcf6d2f79ce960ab7d43ba07fc0162 | |
parent | 52d9ed428f10ea766d72123ccaf2d5b3b44c7483 (diff) |
Fixed /ns help saset autoop reply
-rw-r--r-- | modules/core/ns_set_autoop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ns_set_autoop.cpp b/modules/core/ns_set_autoop.cpp index 1a240281b..7eef455b5 100644 --- a/modules/core/ns_set_autoop.cpp +++ b/modules/core/ns_set_autoop.cpp @@ -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; |