Emote Parsing + A Breaking Change
Breaking Change
var emotes
in PrivateMessage
, UserNotice
and Whisper
is now of type String
. It previously was of type [String]
.
This is because the array representation of the emotes was meaningless.
New Feature
Thanks to this library's first contributor @kevinrpb, TwitchIRC
now supports parsing emotes.
Use parseEmotes()
on a PrivateMessage
, UserNotice
and Whisper
.
Full Changelog: v1.0.4...v1.0.5