From 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 5 Aug 2011 06:18:38 -0400 Subject: Mark the new commands/ modules as CORE and fixed a typo in the example.conf --- modules/commands/ns_set_misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/ns_set_misc.cpp') 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"); -- cgit