mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Remove offline chat debug code
This commit is contained in:
parent
86ae71f674
commit
07f39f2667
|
@ -184,29 +184,6 @@ void IrcManager::sendMessage(const QString &channelName, const QString &message)
|
|||
}
|
||||
|
||||
this->connectionMutex.unlock();
|
||||
|
||||
// DEBUGGING
|
||||
/*
|
||||
Communi::IrcPrivateMessage msg(this->readConnection.get());
|
||||
|
||||
QStringList params{"#pajlada", message};
|
||||
|
||||
qDebug() << params;
|
||||
|
||||
if (message == "COMIC SANS LOL") {
|
||||
FontManager::getInstance().currentFontFamily = "Comic Sans MS";
|
||||
} else if (message == "ARIAL LOL") {
|
||||
FontManager::getInstance().currentFontFamily = "Arial";
|
||||
} else if (message == "WINGDINGS LOL") {
|
||||
FontManager::getInstance().currentFontFamily = "Wingdings";
|
||||
}
|
||||
|
||||
msg.setParameters(params);
|
||||
|
||||
msg.setPrefix("pajlada!pajlada@pajlada");
|
||||
|
||||
this->privateMessageReceived(&msg);
|
||||
*/
|
||||
}
|
||||
|
||||
void IrcManager::joinChannel(const QString &channelName)
|
||||
|
|
Loading…
Reference in a new issue