added message-sending through channel->sendMessage
doesn't do anything with the user input box on enter yet though
This commit is contained in:
+1
-1
@@ -24,13 +24,13 @@ public:
|
||||
void addTwitchUser(const twitch::TwitchUser &user);
|
||||
|
||||
private:
|
||||
|
||||
AccountManager();
|
||||
|
||||
twitch::TwitchUser _twitchAnon;
|
||||
std::vector<twitch::TwitchUser> _twitchUsers;
|
||||
std::mutex _twitchUsersMutex;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
#endif // ACCOUNTMANAGER_H
|
||||
|
||||
Reference in New Issue
Block a user