summaryrefslogtreecommitdiff
path: root/src/core/ns_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ns_access.c')
-rw-r--r--src/core/ns_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ns_access.c b/src/core/ns_access.c
index 886526738..19f2c1a86 100644
--- a/src/core/ns_access.c
+++ b/src/core/ns_access.c
@@ -25,8 +25,8 @@ class NSAccess : public Module
{
Command *c;
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ this->SetAuthor("Anope");
+ this->SetVersion("$Id$");
this->SetType(CORE);
c = createCommand("ACCESS", do_access, NULL, NICK_HELP_ACCESS, -1, -1, -1, -1);