await
- void await(IRCPlugin plugin, Fiber fiber, IRCEvent.Type type)
- void await(IRCPlugin plugin, IRCEvent.Type type, bool yield)
- void await(IRCPlugin plugin, Fiber fiber, IRCEvent.Type[] types)
- void await(IRCPlugin plugin, IRCEvent.Type[] types, bool yield)
- void await(IRCPlugin plugin, void delegate(IRCEvent) dg, IRCEvent.Type type)
- void await(IRCPlugin plugin, void delegate(IRCEvent) dg, IRCEvent.Type[] types)
Queues a Fiber to be called whenever the next parsed and triggering IRCEvent matches any of the passed IRCEvent.Type types.