Now show joined setting doesn't also show parted and parted shows parted (#1376)

This commit is contained in:
apa420 2019-10-20 20:11:12 +02:00 committed by fourtf
parent 0568553eb8
commit a12bd3df18

View file

@ -618,7 +618,7 @@ void IrcMessageHandler::handlePartMessage(Communi::IrcMessage *message)
{
if (message->nick() !=
getApp()->accounts->twitch.getCurrent()->getUserName() &&
getSettings()->showJoins.getValue())
getSettings()->showParts.getValue())
{
twitchChannel->addPartedUser(message->nick());
}