summaryrefslogtreecommitdiff
path: root/modules/core/ms_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ms_check.cpp')
-rw-r--r--modules/core/ms_check.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_check.cpp b/modules/core/ms_check.cpp
index 34adcf2c4..6b56a66c0 100644
--- a/modules/core/ms_check.cpp
+++ b/modules/core/ms_check.cpp
@@ -88,10 +88,9 @@ class MSCheck : public Module
CommandMSCheck commandmscheck;
public:
- MSCheck(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ MSCheck(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!memoserv)
throw ModuleException("MemoServ is not loaded!");