diff options
Diffstat (limited to 'src/core/os_raw.c')
-rw-r--r-- | src/core/os_raw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/os_raw.c b/src/core/os_raw.c index c8ac778aa..15096bf02 100644 --- a/src/core/os_raw.c +++ b/src/core/os_raw.c @@ -24,8 +24,8 @@ class OSRaw : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(THIRD); c = createCommand("RAW", do_raw, is_services_root, OPER_HELP_RAW, -1, -1, -1, -1); |