diff options
Diffstat (limited to 'src/core/bs_assign.c')
-rw-r--r-- | src/core/bs_assign.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/bs_assign.c b/src/core/bs_assign.c index c9519ceff..b28542141 100644 --- a/src/core/bs_assign.c +++ b/src/core/bs_assign.c @@ -25,8 +25,8 @@ class BSAssign : public Module { Command *c; - moduleAddAuthor("Anope"); - moduleAddVersion("$Id$"); + this->SetAuthor("Anope"); + this->SetVersion("$Id$"); this->SetType(CORE); c = createCommand("ASSIGN", do_assign, NULL, BOT_HELP_ASSIGN, -1, -1, -1, -1); moduleAddCommand(BOTSERV, c, MOD_UNIQUE); |