Don't change split header for whisper

Prevent normal channel split headers from changing colours when receiving a whisper
This commit is contained in:
DatGuy1 2018-10-02 10:45:26 +03:00 committed by GitHub
parent c872db3d9f
commit ad949dc1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,7 @@ void IrcMessageHandler::handleWhisperMessage(Communi::IrcMessage *message)
app->twitch.server->mentionsChannel->addMessage(_message);
}
_message->flags.set(MessageFlag::DoNotTriggerNotification);
c->addMessage(_message);
if (getSettings()->inlineWhispers) {