summaryrefslogtreecommitdiff
path: root/src/core/os_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/os_help.c')
-rw-r--r--src/core/os_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_help.c b/src/core/os_help.c
index 4b874da4f..27e41db14 100644
--- a/src/core/os_help.c
+++ b/src/core/os_help.c
@@ -24,8 +24,8 @@ class OSHelp : 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(OPERSERV, c, MOD_UNIQUE);