unawait

Dequeues a Fiber from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type.

Parameters

plugin IRCPlugin

The current IRCPlugin.

fiber Fiber

Fiber 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 fiber.

See Also

Meta