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
Proxies to onUserAwarenessCatchTarget.