diff --git a/js/client-chat.js b/js/client-chat.js index a3d946c0f..c31c9b3d7 100644 --- a/js/client-chat.js +++ b/js/client-chat.js @@ -1302,7 +1302,7 @@ var notifyTitle = "Mentioned by " + name + (this.id === 'lobby' ? '' : " in " + this.title); var notifyText = $lastMessage.html().indexOf('') >= 0 ? '(spoiler)' : $lastMessage.children().last().text(); this.notifyOnce(notifyTitle, "\"" + notifyText + "\"", 'highlight'); - } else { + } else if (name !== '~') { // |c:|~| prefixes a system message this.subtleNotifyOnce(); }