diff options
Diffstat (limited to 'src/core/cs_getpass.c')
-rw-r--r-- | src/core/cs_getpass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_getpass.c b/src/core/cs_getpass.c index 111500582..b45c9aa1e 100644 --- a/src/core/cs_getpass.c +++ b/src/core/cs_getpass.c @@ -25,8 +25,8 @@ class CSGetPass : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("GETPASS", do_getpass, is_services_admin, -1, -1, -1, CHAN_SERVADMIN_HELP_GETPASS, CHAN_SERVADMIN_HELP_GETPASS); |