IRCPluginState.pendingReplays

Queued IRCEvents to replay.

The main loop iterates this after processing all on-event functions so as to know what nicks the plugin wants a WHOIS for. After the WHOIS response returns, the event bundled with the Replay will be replayed.

struct IRCPluginState
Replay[][string] pendingReplays;