Remove mode from badge count

This commit is contained in:
Mattias Erming 2014-10-16 23:29:18 +02:00
parent 12152b8104
commit 90a3bb8ba8
1 changed files with 2 additions and 1 deletions

View File

@ -592,7 +592,8 @@ $(function() {
"join",
"part",
"quit",
"nick"
"nick",
"mode",
];
if ($.inArray(type, ignore) !== -1){
return;