mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
show whispers notices
This commit is contained in:
parent
bc8175d9ce
commit
23921f3fed
1 changed files with 2 additions and 1 deletions
|
@ -528,7 +528,8 @@ void IrcMessageHandler::handleNoticeMessage(Communi::IrcNoticeMessage *message)
|
|||
for (auto msg : builtMessages)
|
||||
{
|
||||
QString channelName;
|
||||
if (!trimChannelName(message->target(), channelName))
|
||||
if (!trimChannelName(message->target(), channelName) ||
|
||||
channelName == "jtv")
|
||||
{
|
||||
// Notice wasn't targeted at a single channel, send to all twitch
|
||||
// channels
|
||||
|
|
Loading…
Reference in a new issue