summaryrefslogtreecommitdiff
path: root/src/core/hs_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_set.c')
-rw-r--r--src/core/hs_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hs_set.c b/src/core/hs_set.c
index 509c5ed0c..3b988a929 100644
--- a/src/core/hs_set.c
+++ b/src/core/hs_set.c
@@ -25,8 +25,8 @@ class HSSet : public Module
{
Command *c;
- moduleAddAuthor("Anope");
- moduleAddVersion("$Id$");
+ this->SetAuthor("Anope");
+ this->SetVersion("$Id$");
this->SetType(CORE);
c = createCommand("SET", myDoSet, is_host_setter, HOST_HELP_SET, -1, -1, -1, -1);