did some more things and stuff

This commit is contained in:
fourtf
2020-02-23 23:07:28 +01:00
parent 5ad427bd61
commit e537277fa8
17 changed files with 98 additions and 174 deletions
@@ -238,7 +238,7 @@ void TwitchMessageBuilder::triggerHighlights()
return;
}
if (getApp()->pings->isMuted(this->channel->getName()))
if (getCSettings().isMutedChannel(this->channel->getName()))
{
// Do nothing. Pings are muted in this channel.
return;