summaryrefslogtreecommitdiff
path: root/modules/core/cs_clearusers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_clearusers.cpp')
-rw-r--r--modules/core/cs_clearusers.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_clearusers.cpp b/modules/core/cs_clearusers.cpp
index 7cf5055b7..b3e9d5d91 100644
--- a/modules/core/cs_clearusers.cpp
+++ b/modules/core/cs_clearusers.cpp
@@ -73,10 +73,9 @@ class CSClearUsers : public Module
CommandCSClearUsers commandcsclearusers;
public:
- CSClearUsers(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSClearUsers(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!");