mirror of
https://github.com/anope/anope.git
synced 2026-07-10 18:43:14 +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:
@@ -165,7 +165,7 @@ class ModuleSQL : public Module, public Pipe
|
||||
/* The thread used to execute queries */
|
||||
DispatcherThread *DThread;
|
||||
|
||||
ModuleSQL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED)
|
||||
ModuleSQL(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR)
|
||||
{
|
||||
me = this;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user