User:AnomieBOT/source/tasks/SourceUploader.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: SourceUploader: * Remove <code>editintro</code> from the shutdown link, since we have the editnotice now.
AnomieBOT (talk | contribs)
Updating published sources: General: * Add support for the AssertEdit extension. * BREAKING CHANGE: Assert "bot" by default. This means any non-flagged bot on a wiki with AssertEdit enabled will not be able to edit without
Line 53:
 
sub approved {
return 1999;
}
 
Line 261:
}
 
my $end=time()+300;
while(@keys){
last if time()>$end;
my $k=shift @keys;
my $tok=$api->edittoken($src.$k);