diff options
Diffstat (limited to 'modules/core/ms_send.cpp')
-rw-r--r-- | modules/core/ms_send.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_send.cpp b/modules/core/ms_send.cpp index c7bc0bb4c..9bf4b3f40 100644 --- a/modules/core/ms_send.cpp +++ b/modules/core/ms_send.cpp @@ -62,10 +62,9 @@ class MSSend : public Module CommandMSSend commandmssend; public: - MSSend(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSSend(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!"); |