diff options
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r-- | src/core/ms_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c index c494db1cf..1fb2847af 100644 --- a/src/core/ms_help.c +++ b/src/core/ms_help.c @@ -24,8 +24,8 @@ class MSHelp : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("HELP", do_help, NULL, -1, -1, -1, -1, -1); moduleAddCommand(MEMOSERV, c, MOD_UNIQUE); |