unawait

Dequeues a void delegate(IRCEvent) delegate from being called whenever the next parsed and triggering IRCEvent matches any of the passed IRCEvent.Type types. Overload that takes a array of types.

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.

types IRCEvent.Type[]

An array of the kinds of IRCEvents that would trigger the passed awaiting delegate.

See Also

Meta