await
- void await(IRCPlugin plugin, Fiber fiber, IRCEvent.Type type)
- void await(IRCPlugin plugin, IRCEvent.Type type, Flag!"yield" yield)
- void await(IRCPlugin plugin, Fiber fiber, IRCEvent.Type[] types)void await (,,const IRCEvent.Type[] types )
 
- void await(IRCPlugin plugin, IRCEvent.Type[] types, Flag!"yield" 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.