Forgot to add some small stuff

This commit is contained in:
apa420 2019-01-20 14:47:04 +01:00
parent 7067b0503d
commit 7aa798f924

View file

@ -414,6 +414,15 @@ AccessGuard<const TwitchAccount::TwitchAccountEmoteData>
} }
// AutoModActions // AutoModActions
void TwitchAccount::autoModAllow(const QString msgID,
std::function<void()> successCallback)
{
}
void TwitchAccount::autoModDeny(const QString msgID,
std::function<void()> successCallback)
{
}
void TwitchAccount::parseEmotes(const rapidjson::Document &root) void TwitchAccount::parseEmotes(const rapidjson::Document &root)
{ {