fix channel suspended showing up in all channels #770

This commit is contained in:
Ckat 2018-10-07 01:51:57 +02:00 committed by pajlada
parent 7e073f43b6
commit 767197ab48

View file

@ -361,6 +361,9 @@ void IrcMessageHandler::handleWriteConnectionNoticeMessage(
// a better message from there // a better message from there
"timeout_success", "timeout_success",
"ban_success", "ban_success",
// Channel suspended notices
"msg_channel_suspended",
}; };
QVariant v = message->tag("msg-id"); QVariant v = message->tag("msg-id");