User:Void/findInactiveSysops.js: Difference between revisions

m
Per removal. Consul action
m (Remove expired exceptions to inactivity policy)
m (Per removal. Consul action)
 
(5 intermediate revisions by the same user not shown)
Line 1:
/* jslint strict:false */
//<nowiki>H
//This script automates the process of finding inactive sysops.
//Output is in the format of "[[User:Example|Example]] || [[Special:PermanentLink/1234|timestamp]] || [[Special:Log/Example|timestamp]]"
Line 125:
function filterUsers ( userlist ) {
var userstring = userlist.toString();
var exempt = ["John", "NDKilla", "Reception123", "Revi", "Southparkfan", "Abuse filter", "Void", "Voidwalker", "Void-bot", "Paladox", "Zppix", "RhinosF1", "MirahezeBots", "MediaWiki message delivery", "MediaWiki default", "Babel AutoCreate", "Dmehus", "Revibot", "Delete page script", "Move page script", "Flow talk page manager", "Universal Omega", "HeartsDo", "MacFan4000"];
 
for ( i = 0; i < exempt.length; i++ ) {