unawait

Dequeues a void delegate(IRCEvent) delegate from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type.

Parameters

plugin IRCPlugin

The current IRCPlugin.

dg void delegate
(
IRCEvent
)

Delegate to dequeue from being executed when the next IRCEvent of type type comes along.

type IRCEvent.Type

The kind of IRCEvent that would trigger the passed awaiting delegate.

See Also

Meta