summaryrefslogtreecommitdiff
path: root/src/core/bs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/bs_set.c')
-rw-r--r--src/core/bs_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/bs_set.c b/src/core/bs_set.c
index ef26e6eee..01919b71b 100644
--- a/src/core/bs_set.c
+++ b/src/core/bs_set.c
@@ -25,8 +25,8 @@ class BSSet : public Module
{
Command *c;
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ this->SetAuthor("Anope");
+ this->SetVersion("$Id$");
this->SetType(CORE);
c = createCommand("SET", do_set, NULL, BOT_HELP_SET, -1, -1, BOT_SERVADMIN_HELP_SET, BOT_SERVADMIN_HELP_SET);