User:Zer0431/admin panel.js

var RCPATROL_BOT=1;

var WATCHLIST_BOT=1;

var MOVEPATROL_BOT=1;

var NEWBIEWATCH_BOT=1;

var WATCHUPDATELST_BOT=1;

var BOT_USER_NOTICE=1;

var CATEGWATCH_BOT=1;

// Should ALL IP edits be scanned?

var SCAN_ALL_IPS_BOT=1;

/////////////Friendly bots/////////////

var ALLIES_AVOID_BOT = '|CorenSearchBot|ClueBot|AntiVandalBot|Xenophon (bot)|Werdnabot2|T-850 Robotic Assistant|MartinBot|SgtDrini|VoABot II|68.39.174.238|';

/////////////////Watchlist modes/////////////////

var WATCHLIST_LIMITED_BOT=1;

var WATCHLIST_APPROVAL_BOT=1;

/////////////////AOl shared IP settings/////////////////

var AOL_W_LIMIT_BOT=0;

var AOL_W_REVERT_BOT=0;

//(must be 0 or 1)

/////////////////Non-AOl shared IP settings/////////////////

var SHARED_W_LIMIT_BOT=0;

//(must be 0 or 1)

//reverts ALL logged-out non-AOL shared IP user edits to the watchlist

var SHARED_W_REVERT_BOT=0;

//(must be 0 or 1)

/////////////////

/////////////////Server IP settings/////////////////

//vasty limits edits by logged-out server IP user edits to the watchlist

var SERVER_W_LIMIT_BOT=0;

//(must be 0 or 1)

//reverts ALL logged-out server IP edits to the watchlist

var SERVER_W_REVERT_BOT=0;

//(must be 0 or 1)

/////////////////

/////////////////New User settings/////////////////

//These are modes to limit new user edits

//This is to heavily limit new user edits to the Watchlist

//moves to pages in the watclist by new users will be reverted

var NEW_USER_LIMITED=0;

//(must be 0 or 1)

//This mode will revert all new user edits to the Watchlist

//moves to pages in the watclist by new users will be reverted

var NEW_USER_W_REVERT_BOT=0;

//(must be 0 or 1)

/////////////////

/////////////////BAD IP ranges for specific pages/////////////////

//Using /24 and /16 ranges is easiest, as this does not compile CIDR forms

//Edits by logged-out users to the Watchlist with these IPs will auto-reverted

//xxx\.xxx\. denotes a /16 range, do NOT use anything larger

var BadIP_ranges_BOT = /^(212\.120\.|201\.47\.|4\.167\.|88\.218\.|128\.101\.|219\.88\.|82\.50\.|82\.48\.)/;

/////////////////

/////////////////KEYWORDS TO FLAG A PAGE TO WATCH IT when on RC/////////////////

//Any non-talk page with any of these names will be checked if *any* IP edits it

var NAME_TYPE_CHECK = /NONE AT THIS TIME/;

////////////////