Now shows connect and reconnect messages
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user