unawait

Dequeues a Fiber from being called whenever the next parsed and triggering IRCEvent matches the passed IRCEvent.Type type. Overload that implicitly dequeues [core.thread.fiber.Fiber.getThis()|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).

fully bool

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

See Also