Implemented bit emotes (#2550)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Paweł
2021-03-21 15:42:45 +01:00
committed by GitHub
parent af4e3f5062
commit 1f5b62e6e5
6 changed files with 169 additions and 2 deletions
@@ -514,6 +514,10 @@ void IrcMessageHandler::handleUserStateMessage(Communi::IrcMessage *message)
tc->setMod(_mod == "1");
}
}
// handle emotes
app->accounts->twitch.getCurrent()->loadUserstateEmotes(
message->tag("emote-sets").toString().split(","));
}
void IrcMessageHandler::handleWhisperMessage(Communi::IrcMessage *message)