mirror of
https://github.com/anope/anope.git
synced 2026-06-26 12:16: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:
@@ -202,7 +202,7 @@ struct IRCDMessageEncap : IRCDMessage
|
||||
if (u)
|
||||
{
|
||||
u->fingerprint = params[3];
|
||||
FOREACH_MOD(I_OnFingerprint, OnFingerprint(u));
|
||||
FOREACH_MOD(OnFingerprint, (u));
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user