unawait

Dequeues a Fiber from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type. Overload that implicitly dequeues Fiber.getThis.

Parameters

plugin IRCPlugin

The current IRCPlugin.

type IRCEvent.Type

The kind of IRCEvent that would trigger this implicit awaiting fiber (in the current context).

See Also

Meta