diff options
Diffstat (limited to 'src/core/cs_info.c')
-rw-r--r-- | src/core/cs_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_info.c b/src/core/cs_info.c index 9fda8d7a7..1b97e8a61 100644 --- a/src/core/cs_info.c +++ b/src/core/cs_info.c @@ -25,8 +25,8 @@ class CSInfo : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("INFO", do_info, NULL, CHAN_HELP_INFO, -1, CHAN_SERVADMIN_HELP_INFO, CHAN_SERVADMIN_HELP_INFO, CHAN_SERVADMIN_HELP_INFO); |