From 40b4c2fefc6d3a4541f784a1e6bbefffc828a156 Mon Sep 17 00:00:00 2001 From: tetyys Date: Sat, 27 Apr 2019 00:31:15 +0300 Subject: [PATCH] Change to new character to make duplicate message error bypass work again --- src/providers/twitch/TwitchChannel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/TwitchChannel.cpp b/src/providers/twitch/TwitchChannel.cpp index 027d4213e..1956e47f9 100644 --- a/src/providers/twitch/TwitchChannel.cpp +++ b/src/providers/twitch/TwitchChannel.cpp @@ -123,7 +123,7 @@ TwitchChannel::TwitchChannel(const QString &name, // -- this->messageSuffix_.append(' '); - this->messageSuffix_.append(QChar(0x206D)); + this->messageSuffix_.append("󠀀"); // E0000 // debugging #if 0