you can now log in with username/oauth token from an env variable

useful while testing (especially on stream)
This commit is contained in:
Rasmus Karlsson
2017-05-30 18:24:55 +02:00
parent 153fae7c19
commit fa914c152a
3 changed files with 35 additions and 1 deletions
+3
View File
@@ -19,6 +19,9 @@ public:
twitch::TwitchUser &getTwitchAnon();
// Returns first user from _twitchUsers, or _twitchAnon if _twitchUsers is empty
twitch::TwitchUser &getTwitchUser();
std::vector<twitch::TwitchUser> getTwitchUsers();
bool removeTwitchUser(const QString &userName);
void addTwitchUser(const twitch::TwitchUser &user);