diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index 135a2c218..ba082af83 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -26,7 +26,7 @@ class HSHelp : public Module moduleAddAuthor("Anope"); moduleAddVersion("$Id$"); - moduleSetType(this, CORE); + this->SetType(CORE); c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); moduleAddCommand(HOSTSERV, c, MOD_UNIQUE); |