Only whisper people without icons for detection
This commit is contained in:
parent
a41b7028c4
commit
1a5441e984
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue