summaryrefslogtreecommitdiff
path: root/modules/core/hs_setall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/hs_setall.cpp')
-rw-r--r--modules/core/hs_setall.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/hs_setall.cpp b/modules/core/hs_setall.cpp
index 52061203f..bc0d6d9cb 100644
--- a/modules/core/hs_setall.cpp
+++ b/modules/core/hs_setall.cpp
@@ -125,10 +125,9 @@ class HSSetAll : public Module
CommandHSSetAll commandhssetall;
public:
- HSSetAll(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ HSSetAll(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!hostserv)
throw ModuleException("HostServ is not loaded!");