mirror of
https://github.com/anope/anope.git
synced 2026-07-05 06:13: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:
@@ -31,7 +31,7 @@ class CommandNSUpdate : public Command
|
||||
na->last_seen = Anope::CurTime;
|
||||
}
|
||||
|
||||
FOREACH_MOD(I_OnNickUpdate, OnNickUpdate(u));
|
||||
FOREACH_MOD(OnNickUpdate, (u));
|
||||
|
||||
source.Reply(_("Status updated (memos, vhost, chmodes, flags)."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user