mirror of
https://github.com/anope/anope.git
synced 2026-07-04 16:53:16 +02:00
Move some of the modules in extras/ that arent really extra out of extras. Mark our modules as VENDOR and allow modules to have multple types.
This commit is contained in:
@@ -387,10 +387,9 @@ class CSFlags : public Module
|
||||
CommandCSFlags commandcsflags;
|
||||
|
||||
public:
|
||||
CSFlags(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE),
|
||||
CSFlags(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
|
||||
accessprovider(this), commandcsflags(this)
|
||||
{
|
||||
this->SetAuthor("Anope");
|
||||
this->SetPermanent(true);
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
|
||||
Reference in New Issue
Block a user