Fix whisper receiving
Added setting to display them inline under "Special Channels" page Store a twitch users color in the TwitchUser struct this is useful if we ever want to use the users own color. The users own color is only updated once he has written once in chat Add helper method for calling function only on normal channels Fixes #54
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include "ircaccount.hpp"
|
||||
|
||||
#include <QColor>
|
||||
#include <QString>
|
||||
|
||||
namespace chatterino {
|
||||
@@ -27,6 +28,8 @@ public:
|
||||
|
||||
bool isAnon() const;
|
||||
|
||||
QColor color;
|
||||
|
||||
private:
|
||||
QString _oauthClient;
|
||||
QString _oauthToken;
|
||||
|
||||
Reference in New Issue
Block a user