mirror of
https://github.com/anope/anope.git
synced 2026-07-07 04:43:13 +02:00
Mark the new commands/ modules as CORE and fixed a typo in the example.conf
This commit is contained in:
@@ -203,7 +203,7 @@ class CSEnforce : public Module
|
||||
CommandCSEnforce commandcsenforce;
|
||||
|
||||
public:
|
||||
CSEnforce(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED),
|
||||
CSEnforce(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
commandcsenforce(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Reference in New Issue
Block a user