mirror of
https://github.com/anope/anope.git
synced 2026-06-29 04:46:37 +02:00
Initially attach all modules to all events, and detach them as the events are run if they are not implemented per module
This commit is contained in:
@@ -334,8 +334,6 @@ class HTTPD : public Module
|
||||
HTTPD(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, EXTRA | VENDOR), sslref("SSLService", "ssl")
|
||||
{
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
~HTTPD()
|
||||
|
||||
Reference in New Issue
Block a user