Only whisper people without icons for detection

This commit is contained in:
Andrew Tomaka 2015-04-16 08:11:15 -04:00
parent a41b7028c4
commit 1a5441e984

View file

@ -146,7 +146,7 @@ function haveMaxRBMinion() {
}
function botDetectUser() {
var guests = $('#player-list').find('span.username-holder');
var guests = $('#player-list div.no-icon span.username-holder');
var randomGuest = $(guests[Math.floor(Math.random() * guests.length)]).text();
$('#chatbox').bind('DOMSubtreeModified', function() {