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