show all irc messages for debugging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user