mirror of
https://github.com/anope/anope.git
synced 2026-06-26 10:36:38 +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:
@@ -71,7 +71,6 @@ class NSResetPass : public Module
|
||||
throw ModuleException("Not using mail.");
|
||||
|
||||
|
||||
ModuleManager::Attach(I_OnPreCommand, this);
|
||||
}
|
||||
|
||||
~NSResetPass()
|
||||
|
||||
Reference in New Issue
Block a user