UserAwareness.onUserAwarenessCatchTargetMixin

mixintemplate UserAwareness(ChannelPolicy channelPolicy = ChannelPolicy.home, Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@system
@IRCEventHandler().onEvent(IRCEvent.Type.RPL_WHOISUSER).onEvent(IRCEvent.Type.RPL_WHOREPLY).onEvent(IRCEvent.Type.CHGHOST).channelPolicy(channelPolicy).when(Timing.early).chainable(true)
void
onUserAwarenessCatchTargetMixin
(,
const ref IRCEvent event
)

See Also

Meta