diff options
Diffstat (limited to 'modules/commands/ms_check.cpp')
-rw-r--r-- | modules/commands/ms_check.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/ms_check.cpp b/modules/commands/ms_check.cpp index 984126ee6..9a24e9973 100644 --- a/modules/commands/ms_check.cpp +++ b/modules/commands/ms_check.cpp @@ -76,10 +76,9 @@ class MSCheck : public Module CommandMSCheck commandmscheck; public: - MSCheck(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + MSCheck(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandmscheck(this) { - this->SetAuthor("Anope"); } }; |