Content deleted Content added
Updating published sources: AnomieBOT::API::Iterator: * Apparently, the API will completely omit the 'query' node if there are absolutely no results. |
Updating published sources: OnThisDayTagger: * Approved! |
||
Line 1:
{{ombox|type=notice|text=
<source lang="perl">
package tasks::OnThisDayTagger;
Line 9:
Task: OnThisDayTagger
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 30
Status:
Rate: Max 6 edits/minute
Created: 2009-05-14
Line 64:
=for info
=cut
Line 76:
my $res;
$api->task('OnThisDayTagger', 0, 10, qw/d::
my $screwup=' Errors? [[User:'.$api->user.'/shutoff/OnThisDayTagger]]';
$api->store->{'maxotd'}=1 unless exists($api->store->{'maxotd'});
$api->store->{'nextday'}=1904 unless exists($api->store->{'nextday'});
my $starttime=time;
|