From 677017a8bdeaa609ad61b297a3ed20c2ad02f4b2 Mon Sep 17 00:00:00 2001 From: apa420 Date: Tue, 27 Aug 2019 19:48:08 +0000 Subject: [PATCH] Now shows connect and reconnect messages --- src/providers/twitch/TwitchServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/twitch/TwitchServer.cpp b/src/providers/twitch/TwitchServer.cpp index 9087f45b6..394a85043 100644 --- a/src/providers/twitch/TwitchServer.cpp +++ b/src/providers/twitch/TwitchServer.cpp @@ -201,6 +201,7 @@ void TwitchServer::writeConnectionMessageReceived(Communi::IrcMessage *message) void TwitchServer::onConnected(IrcConnection *connection) { + AbstractIrcServer::onConnected(connection); // connection in thise case is the read connection connection->sendRaw( "CAP REQ :twitch.tv/tags twitch.tv/commands twitch.tv/membership");