mirror of
https://github.com/anope/anope.git
synced 2026-07-03 16:53:12 +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:
@@ -610,7 +610,6 @@ public:
|
||||
{
|
||||
this->AddModes();
|
||||
|
||||
ModuleManager::Attach(I_OnUserNickChange, this);
|
||||
|
||||
if (Me->GetSID() == Me->GetName())
|
||||
Me->SetSID(Servers::TS6_SID_Retrieve());
|
||||
|
||||
Reference in New Issue
Block a user