removeDelayedDelegate

Removes a void delegate() delegate from being called at any point later.

Updates the nextScheduledTimestamp UNIX timestamp so that the main loop knows when to process the array of delegates.

void
removeDelayedDelegate
(,
void delegate
()
dg
)

Parameters

plugin IRCPlugin

The current IRCPlugin.

dg void delegate
()

Delegate to dequeue from being executed at a later point in time.

See Also

Meta