add username to message (simple)

This commit is contained in:
Rasmus Karlsson
2017-12-17 17:48:46 +01:00
parent f7318a26e3
commit 5839b9f522
5 changed files with 8 additions and 9 deletions
+2
View File
@@ -287,6 +287,8 @@ void TwitchMessageBuilder::parseUsername()
if (this->userName.isEmpty()) {
this->userName = this->tags.value(QLatin1String("login")).toString();
}
this->message->username = this->userName;
}
void TwitchMessageBuilder::appendUsername()