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