fix channel suspended showing up in all channels #770
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user