show all irc messages for debugging

This commit is contained in:
fourtf
2019-09-16 18:01:32 +02:00
parent 64362d687a
commit 13c9aabf29
4 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ IrcConnection::IrcConnection(QObject *parent)
{
if (!this->recentlyReceivedMessage_.load())
{
this->sendRaw("PING");
this->sendRaw("PING chatterino/ping");
this->reconnectTimer_.start();
}
this->recentlyReceivedMessage_ = false;