summaryrefslogtreecommitdiff
path: root/modules/commands/ns_set_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/ns_set_misc.cpp')
-rw-r--r--modules/commands/ns_set_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/ns_set_misc.cpp b/modules/commands/ns_set_misc.cpp
index f0ee269cc..9a9910c11 100644
--- a/modules/commands/ns_set_misc.cpp
+++ b/modules/commands/ns_set_misc.cpp
@@ -70,7 +70,7 @@ class NSSetMisc : public Module
CommandNSSASetMisc commandnssasetmisc;
public:
- NSSetMisc(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED),
+ NSSetMisc(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
commandnssetmisc(this), commandnssasetmisc(this)
{
this->SetAuthor("Anope");