Content deleted Content added
Updating published sources: POTDPageCreator: * New task! |
Updating published sources: POTDPageCreator: * In trial, 10 days. |
||
Line 10:
Task: POTDPageCreator
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 77
Status:
Created: 2017-01-29
Line 45:
sub approved {
return
}
Line 51:
my ($self, $api)=@_;
$api->task('POTDPageCreator', 0, 10, qw(d::Talk d::Trial));
my $trial = $api->check_trial( 1486560586, 'AnomieBOT 77' );
return $$trial if $trial;
my @now = gmtime;
|