kameloso IRC bot
Dlang.org
UserAwareness.onUserAwarenessCatchSenderMixin
kameloso
plugins
common
awareness
UserAwareness
Proxies to
onUserAwarenessCatchSender
.
mixintemplate
UserAwareness
(ChannelPolicy channelPolicy = ChannelPolicy.home, Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@
system
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.JOIN
).
onEvent
(
IRCEvent.Type.ACCOUNT
).
onEvent
(
IRCEvent.Type.AWAY
).
onEvent
(
IRCEvent.Type.BACK
).
channelPolicy
(
channelPolicy
).
when
(
Timing.setup
).
chainable
(true)
void
onUserAwarenessCatchSenderMixin
(
IRCPlugin
plugin
,
const
ref
IRCEvent
event
)
See Also
onUserAwarenessCatchSender
kameloso
plugins
common
awareness
UserAwareness
functions
onUserAwarenessCatchSenderMixin
onUserAwarenessCatchTargetMixin
onUserAwarenessEndOfListMixin
onUserAwarenessNamesReplyMixin
onUserAwarenessNickMixin
onUserAwarenessQuitMixin
manifest constants
hasUserAwareness
Proxies to onUserAwarenessCatchSender.