From 1072827648ad8809d32f23f5835698ba36690305 Mon Sep 17 00:00:00 2001 From: "Robin Burchell w00t@inspircd.org" Date: Sat, 8 Nov 2008 17:00:55 +0000 Subject: Move moduleAddCommand and moduleDelCommand to Module:: members. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1597 5417fbe8-f217-4b02-8779-1006273d7864 --- src/core/cs_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/cs_help.c') diff --git a/src/core/cs_help.c b/src/core/cs_help.c index abc9ff42b..75271b35a 100644 --- a/src/core/cs_help.c +++ b/src/core/cs_help.c @@ -29,7 +29,7 @@ class CSHelp : public Module this->SetType(CORE); c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); - moduleAddCommand(CHANSERV, c, MOD_UNIQUE); + this->AddCommand(CHANSERV, c, MOD_UNIQUE); } }; -- cgit