diff options
Diffstat (limited to 'modules/core/ms_rsend.cpp')
-rw-r--r-- | modules/core/ms_rsend.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_rsend.cpp b/modules/core/ms_rsend.cpp index 46183ec77..4aa53e17a 100644 --- a/modules/core/ms_rsend.cpp +++ b/modules/core/ms_rsend.cpp @@ -95,13 +95,12 @@ class MSRSend : public Module CommandMSRSend commandmsrsend; public: - MSRSend(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSRSend(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { if (!Config->MSMemoReceipt) throw ModuleException("Invalid value for memoreceipt"); this->SetAuthor("Anope"); - this->SetType(CORE); if (!memoserv) throw ModuleException("MemoServ is not loaded!"); |