unawait

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

Parameters

plugin IRCPlugin

The current IRCPlugin.

types IRCEvent.Type[]

The kinds of IRCEvent that should trigger this implicit awaiting fiber (in the current context), in an array with elements of type IRCEvent.Type.

See Also

Meta