Jump to content

User:VoABot II/admin panel.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Aaron Schulz (talk | contribs) at 23:40, 29 September 2006 (m). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/////////////////VoABot II settings/////////////////
//NOTE: changes go into effect immediatly, bad regular expressions can cause the bot to stop working
//NOTICE: when changing settings, please be sure that they are brief and that you use a descriptive edit summary
//Changes in variable names can disable the bot too

/////////////////Watchlist angry mode/////////////////
//This is a mode to limit edits to the watchlist, please do NOT leave either on for long!!!

//NOTE: some of the settings below may be redundant if this is set

//This vastly limits all edits by any logged-out shared IP or new user to the watchlist
var WATCHLIST_LIMITED_BOT=0;
//(must be 0 or 1)
/////////////////

/////////////////AOl shared IP settings/////////////////
//These are modes to limit AOL IP edits, please do NOT leave either on for long!!!

//This vastly restricts AOL IP editing of non-talk pages, many types of edits will be reverted
var AOL_RC_LIMIT_BOT=0;
//(must be 0 or 1)

//reverts ALL logged-out AOL user edits to the watchlist
var AOL_W_REVERT_BOT=0;
//(must be 0 or 1)
/////////////////

/////////////////Non-AOl shared IP settings/////////////////
//This is mode to limit non-AOL shared IP edits, please do NOT leave on for long!!!

//reverts ALL logged-out non-AOL shared IP user edits to the watchlist
var SHARED_W_REVERT_BOT=0;
//(must be 0 or 1) 
/////////////////

/////////////////New User settings/////////////////
//These are modes to limit new user edits, please do NOT leave either on for long!!!

//This is to heavily limit new user edits to the Watchlist
var NEW_USER_LIMITED=0;
//(must be 0 or 1)

//This mode will revert all new user edits to the Watchlist
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
var BadIP_ranges_BOT = /212\.120\./;
/////////////////

/////////////////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 = /[Ee]lephant/;
////////////////

//////////////////Pointless links or email addresses//////////////////
//these links will be reverted out the bot's watchlist no matter who adds them, except Sysops
//NOTE: please use this ONLY for links
var NN_linkspam_admin = /NONE AT THIS TIME/i;

//////////////////Vandal streaks//////////////////
//additions that match these will be reverted out the bot's recent/related changs and watchlist
//NOTE: please only use these to stop vandal streaks and be sure not to make the expressions to vague
var Vandal_streaks_admin = /NONE AT THIS TIME/i;
/////////////////