summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_set_misc.cpp')
-rw-r--r--modules/commands/cs_set_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp
index 8f145ab88..fd73d8f90 100644
--- a/modules/commands/cs_set_misc.cpp
+++ b/modules/commands/cs_set_misc.cpp
@@ -54,7 +54,7 @@ class CSSetMisc : public Module
CommandCSSASetMisc commandcssasetmisc;
public:
- CSSetMisc(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED),
+ CSSetMisc(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
commandcssetmisc(this), commandcssasetmisc(this)
{
this->SetAuthor("Anope");