diff options
Diffstat (limited to 'src/core/cs_ban.c')
-rw-r--r-- | src/core/cs_ban.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_ban.c b/src/core/cs_ban.c index ff45639bd..3b09dbe06 100644 --- a/src/core/cs_ban.c +++ b/src/core/cs_ban.c @@ -26,8 +26,8 @@ class CSBan : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("BAN", do_ban, NULL, CHAN_HELP_BAN, -1, -1, -1, -1); |