summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-27 00:07:48 -0600
committerAdam <Adam@anope.org>2010-11-27 00:07:48 -0600
commitba01e7a3bbd4deb00a104587e07f55a1f0b9c359 (patch)
tree4c8b716b1adcf6d2f79ce960ab7d43ba07fc0162
parent52d9ed428f10ea766d72123ccaf2d5b3b44c7483 (diff)
Fixed /ns help saset autoop reply
-rw-r--r--modules/core/ns_set_autoop.cpp2
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;