diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index 2d4ee4a49..a40859791 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -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;