mirror of
https://github.com/anope/anope.git
synced 2026-07-10 15:03:13 +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:
@@ -116,7 +116,6 @@ class OSLogin : public Module
|
||||
commandoslogin(this), commandoslogout(this)
|
||||
{
|
||||
|
||||
ModuleManager::Attach(I_IsServicesOper, this);
|
||||
}
|
||||
|
||||
~OSLogin()
|
||||
|
||||
Reference in New Issue
Block a user