diff options
Diffstat (limited to 'modules/core/ms_ignore.cpp')
-rw-r--r-- | modules/core/ms_ignore.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_ignore.cpp b/modules/core/ms_ignore.cpp index 72a286a88..f110bd345 100644 --- a/modules/core/ms_ignore.cpp +++ b/modules/core/ms_ignore.cpp @@ -107,10 +107,9 @@ class MSIgnore : public Module CommandMSIgnore commandmsignore; public: - MSIgnore(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSIgnore(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!"); |