diff options
Diffstat (limited to 'modules/commands/os_config.cpp')
-rw-r--r-- | modules/commands/os_config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/os_config.cpp b/modules/commands/os_config.cpp index b9c58b2b0..540bcc3e7 100644 --- a/modules/commands/os_config.cpp +++ b/modules/commands/os_config.cpp @@ -217,10 +217,9 @@ class OSConfig : public Module CommandOSConfig commandosconfig; public: - OSConfig(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + OSConfig(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandosconfig(this) { - this->SetAuthor("Anope"); } }; |