Add system messages upon connecting/disconnecting

This commit is contained in:
Rasmus Karlsson
2017-12-16 18:11:36 +01:00
parent 3cc19bd4ce
commit 87203c1120
6 changed files with 70 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ public:
EmoteManager &getEmoteManager();
WindowManager &getWindowManager();
void doOnAll(std::function<void(std::shared_ptr<twitch::TwitchChannel>)> func);
// Special channels
const std::shared_ptr<twitch::TwitchChannel> whispersChannel;
const std::shared_ptr<twitch::TwitchChannel> mentionsChannel;