diff options
Diffstat (limited to 'src/core/os_admin.c')
-rw-r--r-- | src/core/os_admin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_admin.c b/src/core/os_admin.c index 2fee6d780..bf5e982fb 100644 --- a/src/core/os_admin.c +++ b/src/core/os_admin.c @@ -28,8 +28,8 @@ class OSAdmin : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("ADMIN", do_admin, NULL, OPER_HELP_ADMIN, -1, -1, -1, -1); |