User:VoABot II/admin panel.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | Documentation for this user script can be added at User:VoABot II/admin panel. |
/////////////////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;
/////////////////