TextualKappa icon indicating copy to clipboard operation
TextualKappa copied to clipboard

Twitch.tv chat plugin for the Textual IRC client

Results 2 TextualKappa issues
Sort by recently updated
recently updated
newest added

The plugin doesn't seem to completely work with Textual 7 as it doesn't parse emotes. Also, please provide a signed version of the plugin to make it installable for non-developers.

Twitch IRC servers prepend an ['emotes' message tag](https://github.com/justintv/Twitch-API/blob/master/IRC.md#privmsg) to every received message which contains information about the emote content of the message. Currently TextualKappa displays emotes by [parsing these directives](https://github.com/sbine/TextualKappa/blob/master/TextualKappa/TPITextualKappa.m#L298-L347)...

enhancement