This commit is contained in:
fourtf
2018-02-05 21:20:38 +01:00
23 changed files with 255 additions and 104 deletions
+3
View File
@@ -16,6 +16,9 @@ class TwitchServer final : public irc::AbstractIrcServer
public:
static TwitchServer &getInstance();
// fourtf: ugh
void forEachChannelAndSpecialChannels(std::function<void(ChannelPtr)> func);
const ChannelPtr whispersChannel;
const ChannelPtr mentionsChannel;