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