added color normalizer for dark theme

This commit is contained in:
fourtf
2017-01-18 01:04:54 +01:00
parent 670d25342d
commit fa049cf420
5 changed files with 153 additions and 6 deletions
+10 -2
View File
@@ -176,9 +176,17 @@ 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() == "")
const QString &command = message->command();
// if (command == "CLEARCHAT") {
// message->
// } else if (command == "ROOMSTATE") {
// } else if (command == "USERSTATE") {
// } else if (command == "WHISPER") {
// } else if (command == "USERNOTICE") {
// }
}
void