Now shows connect and reconnect messages

This commit is contained in:
apa420 2019-08-27 19:48:08 +00:00 committed by fourtf
parent e4e863bae5
commit 677017a8bd

View file

@ -201,6 +201,7 @@ void TwitchServer::writeConnectionMessageReceived(Communi::IrcMessage *message)
void TwitchServer::onConnected(IrcConnection *connection) void TwitchServer::onConnected(IrcConnection *connection)
{ {
AbstractIrcServer::onConnected(connection);
// connection in thise case is the read connection // connection in thise case is the read connection
connection->sendRaw( connection->sendRaw(
"CAP REQ :twitch.tv/tags twitch.tv/commands twitch.tv/membership"); "CAP REQ :twitch.tv/tags twitch.tv/commands twitch.tv/membership");