mirror of
https://github.com/anope/anope.git
synced 2026-06-29 03: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:
@@ -168,8 +168,6 @@ class ModuleXMLRPC : public Module
|
||||
throw ModuleException("Unable to find http reference, is m_httpd loaded?");
|
||||
httpref->RegisterPage(&xmlrpcinterface);
|
||||
|
||||
Implementation i[] = { I_OnReload };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
}
|
||||
|
||||
~ModuleXMLRPC()
|
||||
|
||||
Reference in New Issue
Block a user