fixed switch channel popup

This commit is contained in:
daniel
2017-01-16 18:42:32 -05:00
parent 91e3976a09
commit 670d25342d
5 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ IrcManager::partChannel(const QString &channel)
void
IrcManager::messageReceived(IrcMessage *message)
{
qInfo(message->command().toStdString().c_str());
// qInfo(message->command().toStdString().c_str());
// if (message->command() == "")
}