kameloso IRC bot
Dlang.org
TwitchAwareness.onTwitchAwarenessCatchRoomIDMixin
kameloso
plugins
common
mixins
awareness
TwitchAwareness
Catches the room ID from a
ROOMSTATE
event.
mixintemplate
TwitchAwareness
(ChannelPolicy channelPolicy = ChannelPolicy.home, Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@
system
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.ROOMSTATE
).
channelPolicy
(
channelPolicy
).
when
(
Timing.early
).
chainable
(true)
void
onTwitchAwarenessCatchRoomIDMixin
(
IRCPlugin
plugin
,
const
IRCEvent
event
)
See Also
onTwitchAwarenessCatchRoomID
kameloso
plugins
common
mixins
awareness
TwitchAwareness
functions
onTwitchAwarenessCatchRoomIDMixin
onTwitchAwarenessDetectTargetModeratorMixin
onTwitchAwarenessSenderCarryingEventMixin
onTwitchAwarenessTargetCarryingEventMixin
manifest constants
hasTwitchAwareness
Catches the room ID from a ROOMSTATE event.