diff options
Diffstat (limited to 'modules/core/ms_sendall.cpp')
-rw-r--r-- | modules/core/ms_sendall.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_sendall.cpp b/modules/core/ms_sendall.cpp index 6fea77ae1..d7ffb0489 100644 --- a/modules/core/ms_sendall.cpp +++ b/modules/core/ms_sendall.cpp @@ -65,10 +65,9 @@ class MSSendAll : public Module CommandMSSendAll commandmssendall; public: - MSSendAll(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSSendAll(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!"); |