Remove mode from badge count
This commit is contained in:
parent
12152b8104
commit
90a3bb8ba8
@ -592,7 +592,8 @@ $(function() {
|
|||||||
"join",
|
"join",
|
||||||
"part",
|
"part",
|
||||||
"quit",
|
"quit",
|
||||||
"nick"
|
"nick",
|
||||||
|
"mode",
|
||||||
];
|
];
|
||||||
if ($.inArray(type, ignore) !== -1){
|
if ($.inArray(type, ignore) !== -1){
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user