summaryrefslogtreecommitdiff
path: root/modules/core/cs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_info.cpp')
-rw-r--r--modules/core/cs_info.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_info.cpp b/modules/core/cs_info.cpp
index a899c2911..71a8b132f 100644
--- a/modules/core/cs_info.cpp
+++ b/modules/core/cs_info.cpp
@@ -136,10 +136,9 @@ class CSInfo : public Module
CommandCSInfo commandcsinfo;
public:
- CSInfo(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSInfo(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!");