TwitchPostprocessor

Twitch-specific postprocessor.

Twitch events are initially very basic with only skeletal functionality, until you enable capabilities that unlock their IRCv3 tags, at which point events become a flood of information.

version(TwitchSupport)
package final
class TwitchPostprocessor : Postprocessor {}

Members

Functions

postprocess
void postprocess(IRCParser parser, IRCEvent event)

Handle Twitch specifics, modifying the IRCEvent to add things like IRCEvent.colour and differentiate between temporary and permanent bans.

Inherited Members

From Postprocessor

postprocess
void postprocess(IRCParser , IRCEvent )

Postprocesses an IRCEvent.

Meta