TwitchAwareness.onTwitchAwarenessCatchRoomIDMixin

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

See Also