From 90a3bb8ba893fd769a01fbc74e5206dd425d3481 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 16 Oct 2014 23:29:18 +0200 Subject: [PATCH] Remove mode from badge count --- client/js/shout.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/js/shout.js b/client/js/shout.js index 8e179eb8..f5749269 100644 --- a/client/js/shout.js +++ b/client/js/shout.js @@ -592,7 +592,8 @@ $(function() { "join", "part", "quit", - "nick" + "nick", + "mode", ]; if ($.inArray(type, ignore) !== -1){ return;