mixintemplate MinimalAuthentication(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@
system @
IRCEventHandler().
onEvent(
IRCEvent.Type.RPL_WHOISACCOUNT).
onEvent(
IRCEvent.Type.RPL_WHOISREGNICK).
onEvent(
IRCEvent.Type.RPL_ENDOFWHOIS).
when(
Timing.early).
chainable(true)
void
onMinimalAuthenticationAccountInfoTargetMixin
Proxies to onMinimalAuthenticationAccountInfoTarget.