summaryrefslogtreecommitdiff
path: root/modules/core/cs_set_founder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_set_founder.cpp')
-rw-r--r--modules/core/cs_set_founder.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_set_founder.cpp b/modules/core/cs_set_founder.cpp
index 27d6f86fc..e6430eb99 100644
--- a/modules/core/cs_set_founder.cpp
+++ b/modules/core/cs_set_founder.cpp
@@ -107,10 +107,9 @@ class CSSetFounder : public Module
CommandCSSASetFounder commandcssasetfounder;
public:
- CSSetFounder(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSSetFounder(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!");