Merge pull request #1021 from TETYYS/nightly

Change to new character to make duplicate message error bypass work again
This commit is contained in:
pajlada 2019-04-26 23:36:54 +02:00 committed by GitHub
commit 321d86de2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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