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 [core.thread.fiber.Fiber.getThis()|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.

fully bool

Whether or not to unawait all instances of the current fiber.

See Also