User:Void/findInactiveSysops.js: Difference between revisions

+exception, because it could bork the script
m (Orthography in Line 211)
(+exception, because it could bork the script)
Line 49:
function filterUsers ( userlist ) {
var userstring = userlist.toString();
var exempt = ["John", "Pup", "Void", "NDKilla", "Reception123", "Revi", "Southparkfan", "Abuse filter", "Void-bot"];
for ( i = 0; i < exempt.length; i++ ) {
userstring = userstring.replace( exempt[i] + ",", "" );