diff options
Diffstat (limited to 'modules/core/os_config.cpp')
-rw-r--r-- | modules/core/os_config.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/os_config.cpp b/modules/core/os_config.cpp index f2b87d474..c921600fb 100644 --- a/modules/core/os_config.cpp +++ b/modules/core/os_config.cpp @@ -213,10 +213,9 @@ class OSConfig : public Module CommandOSConfig commandosconfig; public: - OSConfig(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + OSConfig(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!operserv) throw ModuleException("OperServ is not loaded!"); |