summaryrefslogtreecommitdiff
path: root/modules/core/ms_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ms_info.cpp')
-rw-r--r--modules/core/ms_info.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_info.cpp b/modules/core/ms_info.cpp
index 1e12f97e9..95e186e29 100644
--- a/modules/core/ms_info.cpp
+++ b/modules/core/ms_info.cpp
@@ -220,10 +220,9 @@ class MSInfo : public Module
CommandMSInfo commandmsinfo;
public:
- MSInfo(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ MSInfo(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!");