summaryrefslogtreecommitdiff
path: root/modules/core/ms_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ms_set.cpp')
-rw-r--r--modules/core/ms_set.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_set.cpp b/modules/core/ms_set.cpp
index 0b5dd3831..3885d37df 100644
--- a/modules/core/ms_set.cpp
+++ b/modules/core/ms_set.cpp
@@ -303,10 +303,9 @@ class MSSet : public Module
CommandMSSet commandmsset;
public:
- MSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ MSSet(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!");