mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fix channel suspended showing up in all channels #770
This commit is contained in:
parent
7e073f43b6
commit
767197ab48
|
@ -361,6 +361,9 @@ void IrcMessageHandler::handleWriteConnectionNoticeMessage(
|
|||
// a better message from there
|
||||
"timeout_success",
|
||||
"ban_success",
|
||||
|
||||
// Channel suspended notices
|
||||
"msg_channel_suspended",
|
||||
};
|
||||
|
||||
QVariant v = message->tag("msg-id");
|
||||
|
|
Loading…
Reference in a new issue