diff options
Diffstat (limited to 'modules/commands/os_module.cpp')
-rw-r--r-- | modules/commands/os_module.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index aa9673019..0de03971e 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -180,10 +180,9 @@ class OSModule : public Module CommandOSModUnLoad commandosmodunload; public: - OSModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + OSModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandosmodload(this), commandosmodreload(this), commandosmodunload(this) { - this->SetAuthor("Anope"); this->SetPermanent(true); } |