render bttv/ffz global emotes in incoming whispers, bttv/ffz/twitch (#824)

emotes in outgoing whispers
This commit is contained in:
hemirt
2018-10-25 21:51:55 +02:00
committed by fourtf
parent 02eeedb338
commit c176d836af
4 changed files with 62 additions and 8 deletions
+9
View File
@@ -288,4 +288,13 @@ void TwitchServer::onMessageSendRequested(TwitchChannel *channel,
sent = true;
}
const BttvEmotes &TwitchServer::getBttvEmotes() const
{
return this->bttv;
}
const FfzEmotes &TwitchServer::getFfzEmotes() const
{
return this->ffz;
}
} // namespace chatterino