diff --git a/src/ircmanager.cpp b/src/ircmanager.cpp index 9a1bcf3d..7a205cf2 100644 --- a/src/ircmanager.cpp +++ b/src/ircmanager.cpp @@ -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)