mixintemplate ChannelAwareness(ChannelPolicy channelPolicy = ChannelPolicy.home, Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@
system @
IRCEventHandler().
onEvent(
IRCEvent.Type.SELFPART).
onEvent(
IRCEvent.Type.SELFKICK).
channelPolicy(
channelPolicy).
when(
Timing.cleanup).
chainable(true)
void
onChannelAwarenessSelfpartMixin
Proxies to onChannelAwarenessSelfpart.