Change to new character to make duplicate message error bypass work again

This commit is contained in:
tetyys 2019-04-27 00:31:15 +03:00
parent a5a0ad59b8
commit 40b4c2fefc

View file

@ -123,7 +123,7 @@ TwitchChannel::TwitchChannel(const QString &name,
// --
this->messageSuffix_.append(' ');
this->messageSuffix_.append(QChar(0x206D));
this->messageSuffix_.append("󠀀"); // E0000
// debugging
#if 0