summaryrefslogtreecommitdiff
path: root/src/modules/hs_request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r--src/modules/hs_request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c
index cd3672ef1..ad8d3b4be 100644
--- a/src/modules/hs_request.c
+++ b/src/modules/hs_request.c
@@ -120,8 +120,8 @@ class HSRequest : public Module
this->AddEventHook(hook);
moduleSetHostHelp(hs_help);
- moduleAddAuthor(AUTHOR);
- moduleAddVersion(VERSION);
+ this->SetAuthor(AUTHOR);
+ this->SetVersion(VERSION);
this->SetType(SUPPORTED);
my_load_config();