Add highlight color and show in mentions to automod messages (#5215)
This commit is contained in:
@@ -867,6 +867,14 @@ void Application::initPubSub()
|
||||
p.first);
|
||||
getApp()->twitch->automodChannel->addMessage(
|
||||
p.second);
|
||||
|
||||
if (getSettings()->showAutomodInMentions)
|
||||
{
|
||||
getApp()->twitch->mentionsChannel->addMessage(
|
||||
p.first);
|
||||
getApp()->twitch->mentionsChannel->addMessage(
|
||||
p.second);
|
||||
}
|
||||
});
|
||||
}
|
||||
// "ALLOWED" and "DENIED" statuses remain unimplemented
|
||||
|
||||
Reference in New Issue
Block a user