fix #1062
This commit is contained in:
@@ -472,7 +472,7 @@ void TwitchChannel::setLive(bool newLiveStatus)
|
||||
else
|
||||
{
|
||||
auto offline =
|
||||
makeSystemMessage(this->getName() + " is offline");
|
||||
makeSystemMessage(this->getDisplayName() + " is offline");
|
||||
this->addMessage(offline);
|
||||
}
|
||||
guard->live = newLiveStatus;
|
||||
|
||||
Reference in New Issue
Block a user