Replay

Embodies the notion of an event to be replayed, once we know more about a user (meaning after a WHOIS query response).

Constructors

this
this(void delegate(Replay) dg, IRCEvent event, Permissions permissionsRequired, string caller)

Creates a new Replay with a timestamp of the current time.

Members

Variables

caller
string caller;

Name of the caller function or similar context.

dg
void delegate(Replay) dg;

Delegate, whose context includes the plugin to whom this Replay relates.

event
IRCEvent event;

Stored IRCEvent to replay.

permissionsRequired
Permissions permissionsRequired;

Permissions required by the function to replay.

timestamp
long timestamp;

When this request was issued.