mirror of
https://github.com/anope/anope.git
synced 2026-06-29 21:06:37 +02:00
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user