mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Now shows connect and reconnect messages
This commit is contained in:
parent
e4e863bae5
commit
677017a8bd
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue