mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Now show joined setting doesn't also show parted and parted shows parted (#1376)
This commit is contained in:
parent
0568553eb8
commit
a12bd3df18
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ void IrcMessageHandler::handlePartMessage(Communi::IrcMessage *message)
|
||||||
{
|
{
|
||||||
if (message->nick() !=
|
if (message->nick() !=
|
||||||
getApp()->accounts->twitch.getCurrent()->getUserName() &&
|
getApp()->accounts->twitch.getCurrent()->getUserName() &&
|
||||||
getSettings()->showJoins.getValue())
|
getSettings()->showParts.getValue())
|
||||||
{
|
{
|
||||||
twitchChannel->addPartedUser(message->nick());
|
twitchChannel->addPartedUser(message->nick());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue