kameloso IRC bot
Dlang.org
UserAwareness.onUserAwarenessCatchTargetMixin
kameloso
plugins
common
awareness
UserAwareness
Proxies to
onUserAwarenessCatchTarget
.
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
(
IRCPlugin
plugin
,
const
ref
IRCEvent
event
)
See Also
onUserAwarenessCatchTarget
kameloso
plugins
common
awareness
UserAwareness
functions
onUserAwarenessCatchSenderMixin
onUserAwarenessCatchTargetMixin
onUserAwarenessEndOfListMixin
onUserAwarenessNamesReplyMixin
onUserAwarenessNickMixin
onUserAwarenessQuitMixin
manifest constants
hasUserAwareness
Proxies to onUserAwarenessCatchTarget.