diff options
Diffstat (limited to 'src/core/he_help.c')
-rw-r--r-- | src/core/he_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/he_help.c b/src/core/he_help.c index 064c3424f..afcb4c332 100644 --- a/src/core/he_help.c +++ b/src/core/he_help.c @@ -29,7 +29,7 @@ class HEHelp : public Module this->SetType(CORE); c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); - moduleAddCommand(HELPSERV, c, MOD_UNIQUE); + this->AddCommand(HELPSERV, c, MOD_UNIQUE); } }; |