diff options
Diffstat (limited to 'src/core/os_mode.c')
-rw-r--r-- | src/core/os_mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_mode.c b/src/core/os_mode.c index 1153610bc..e9d6a0193 100644 --- a/src/core/os_mode.c +++ b/src/core/os_mode.c @@ -25,8 +25,8 @@ class OSMode : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("MODE", do_os_mode, is_services_oper, OPER_HELP_MODE, -1, -1, -1, -1); |