summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_securefounder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_securefounder.cpp')
-rw-r--r--modules/core/cs_set_securefounder.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_set_securefounder.cpp b/modules/core/cs_set_securefounder.cpp
index 3daa67924..a77df7f69 100644
--- a/modules/core/cs_set_securefounder.cpp
+++ b/modules/core/cs_set_securefounder.cpp
@@ -88,10 +88,9 @@ class CSSetSecureFounder : public Module
CommandCSSASetSecureFounder commandcssasetsecurefounder;
public:
- CSSetSecureFounder(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSSetSecureFounder(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!chanserv)
throw ModuleException("ChanServ is not loaded!");