Gocnak / Botnak

A Java-based IRC chat client with focus on Twitch.tv streams.
https://gocnak.github.io/Botnak
MIT License
67 stars 28 forks source link

Local user cannot add emotes #97

Closed PopRocksJesus closed 9 years ago

PopRocksJesus commented 9 years ago

To have an emote added to botnak another user must use it first.

Having a fresh botnak without having a twitchfaces.txt or twitchfaces folder and using an emote without having seen another user use the emote will result in just text. Users cannot add emotes themselves where as previously using the emote a second time would result in the emote appearing.

Gocnak commented 9 years ago

Solution is to parse emotesets only once per boot, to ensure you have all the emotes you can possibly say. Fixed for next version.