onAnyMessage

Bells on any message, if the TwitchSettings.bellOnMessage setting is set. Also counts emotes for ecount and records active viewers.

Belling is useful with small audiences so you don't miss messages, but obviously only makes sense when run locally.

version(TwitchSupport && WithTwitchPlugin)
private
@IRCEventHandler().onEvent(IRCEvent.Type.CHAN).onEvent(IRCEvent.Type.QUERY).onEvent(IRCEvent.Type.EMOTE).onEvent(IRCEvent.Type.SELFCHAN).onEvent(IRCEvent.Type.SELFEMOTE).permissionsRequired(Permissions.ignore).channelPolicy(ChannelPolicy.home).chainable(true)
void
onAnyMessage