Home
last modified time | relevance | path

Searched refs:ffzCustomModBadge (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DTwitchChannel.hpp98 boost::optional<EmotePtr> ffzCustomModBadge() const;
H A DTwitchChannel.cpp1191 boost::optional<EmotePtr> TwitchChannel::ffzCustomModBadge() const in ffzCustomModBadge() function in chatterino::TwitchChannel
H A DTwitchMessageBuilder.cpp1080 if (auto customModBadge = this->twitchChannel->ffzCustomModBadge()) in appendTwitchBadges()