mirror of
https://github.com/anope/anope.git
synced 2026-07-05 13:23:12 +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:
@@ -92,11 +92,10 @@ class SSLModule : public Module
|
||||
public:
|
||||
MySSLService service;
|
||||
|
||||
SSLModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, SUPPORTED), service(this, "ssl")
|
||||
SSLModule(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR), service(this, "ssl")
|
||||
{
|
||||
me = this;
|
||||
|
||||
this->SetAuthor("Anope");
|
||||
this->SetPermanent(true);
|
||||
|
||||
SSL_library_init();
|
||||
|
||||
Reference in New Issue
Block a user