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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c
index 7116b98ae..d6ecb4889 100644
--- a/src/modules/hs_request.c
+++ b/src/modules/hs_request.c
@@ -405,10 +405,10 @@ class HSRequest : public Module
{
me = this;
- this->AddCommand(HOSTSERV, new CommandHSRequest(), MOD_HEAD);
- this->AddCommand(HOSTSERV, new CommandHSActivate(), MOD_HEAD);
- this->AddCommand(HOSTSERV, new CommandHSReject(), MOD_HEAD);
- this->AddCommand(HOSTSERV, new CommandHSWaiting(), MOD_HEAD);
+ this->AddCommand(HOSTSERV, new CommandHSRequest());
+ this->AddCommand(HOSTSERV, new CommandHSActivate());
+ this->AddCommand(HOSTSERV, new CommandHSReject());
+ this->AddCommand(HOSTSERV, new CommandHSWaiting());
ModuleManager::Attach(I_OnPreCommand, this);
ModuleManager::Attach(I_OnSaveDatabase, this);