diff options
Diffstat (limited to 'src/core/cs_modes.c')
-rw-r--r-- | src/core/cs_modes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/cs_modes.c b/src/core/cs_modes.c index 3c658042a..2069dc796 100644 --- a/src/core/cs_modes.c +++ b/src/core/cs_modes.c @@ -35,8 +35,8 @@ class CSModes : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("OP", do_op, NULL, CHAN_HELP_OP, -1, -1, -1, -1); |