Jump to content

User:TedderBot/Bot status

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Tedder (talk | contribs) at 03:59, 8 March 2011 (Undid revision 416927046 by Tedder (talk) no further discussion on my talkpage or WT:CET, re-enabling bot tasks). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

status: run

Instructions

[edit]

If "status: run" is removed or "run" is changed to something else, like "status: stopped", the bot will see that and stop execution. Please don't change it without leaving a detailed message at User talk:Tedder to indicate what the problem is.

Specifications

[edit]

The bot, written in perl, uses the following regex to look for the status.

 $ret->{'*'} =~ m#^status: run\b#i

It is case-insensitive, but picky that the word and spacing be correct. This means it should "fail dead", not "fail alive".