Added autocompletion in /whispers for Twitch emotes, Global Bttv/Ffz emotes and emojis (#2999)

This commit is contained in:
Paweł
2021-07-17 14:35:27 +02:00
committed by GitHub
parent 461443dbe5
commit 74c5cca890
3 changed files with 93 additions and 88 deletions
-2
View File
@@ -53,8 +53,6 @@ public:
static bool compareStrings(const QString &a, const QString &b);
private:
TaggedString createUser(const QString &str);
std::set<TaggedString> items_;
mutable std::mutex itemsMutex_;
Channel &channel_;