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