Dequeues a void delegate(IRCEvent) delegate from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type.
The current IRCPlugin.
Delegate to dequeue from being executed when the next IRCEvent of type type comes along.
The kind of IRCEvent that would trigger the passed awaiting delegate.
Whether or not to unawait all instances of the delegate.
unawaitImpl
await
Dequeues a void delegate(IRCEvent) delegate from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type.