diff options
Diffstat (limited to 'src/core/cs_akick.c')
-rw-r--r-- | src/core/cs_akick.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_akick.c b/src/core/cs_akick.c index eba591674..6685f8704 100644 --- a/src/core/cs_akick.c +++ b/src/core/cs_akick.c @@ -27,8 +27,8 @@ class CSAKick : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("AKICK", do_akick, NULL, CHAN_HELP_AKICK, -1, -1, -1, -1); |