diff options
author | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-05 06:18:38 -0400 |
commit | 5e18a7292b15a0aaf27c2f3ce6335116a4d2290d (patch) | |
tree | e4fecd737635cac1bc038ee8a56805f424cee613 /modules/commands/cs_appendtopic.cpp | |
parent | e66063e6304538d34c40460ca0aa2be5ddb6bdec (diff) |
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
Diffstat (limited to 'modules/commands/cs_appendtopic.cpp')
-rw-r--r-- | modules/commands/cs_appendtopic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_appendtopic.cpp b/modules/commands/cs_appendtopic.cpp index c9af50613..6d66d1724 100644 --- a/modules/commands/cs_appendtopic.cpp +++ b/modules/commands/cs_appendtopic.cpp @@ -105,7 +105,7 @@ class CSAppendTopic : public Module CommandCSAppendTopic commandcsappendtopic; public: - CSAppendTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), + CSAppendTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), commandcsappendtopic(this) { this->SetAuthor("SGR"); |