This commit is contained in:
hemirt 2019-05-05 19:25:11 +02:00 committed by pajlada
parent 536e86f919
commit add312b609

View file

@ -472,7 +472,7 @@ void TwitchChannel::setLive(bool newLiveStatus)
else else
{ {
auto offline = auto offline =
makeSystemMessage(this->getName() + " is offline"); makeSystemMessage(this->getDisplayName() + " is offline");
this->addMessage(offline); this->addMessage(offline);
} }
guard->live = newLiveStatus; guard->live = newLiveStatus;