User:DodoBot/Config

From Wikipedia, the free encyclopedia
Change this to anything other than 'Yes' and the bot will stop running.
;Run 'Yes'

This contains the name of the noticeboard that the bot posts to. It can contain a header, but should not contain a footer, since the bot will append new notices at the end.
;NoticeboardPage 'User:DodoBot/Recreated_Pages'

The edit count at which a user is considered 'safe'. Set to 0 to disable this check.
;MaximumEdits '100'

The number of days after which a page can be recreated. Set to 0 to disable this check.
;MaxDays '10'

A regular expression that the bot uses to detect if a page has already been tagged for deletion.
;RemovalRegex '(\{\{[ ]*(db|afd|proposed deletion|prod|vfd|afd1|smartafd|pfd|afd new|afdu)|#REDIRECT[ ]*\[\[.*?\]\])'

These two settings can be adjusted to reduce server load.
;SleepTime '60'
;PagesToLoad '10'

Measured in cycles of the bot's code. This can be adjusted to make the bot recheck the config more often.
;RecheckConfigEvery '3'

The base edit summary, the bot will append the names of the pages added or removed to it.
;BaseEditSummary 'Updating noticeboard, '

The maximum length of the edit summary, and a fallback summary if the calculated one is too big.
;MaxSummaryLength '255'
;FallbackEditSummary 'Updating noticeboard, making various edits.'