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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Add <code>use strict</code> where it was missing, and fix the bugs that exposes. * Move conf.ini documentation to conf.sample.ini. * Add section support to the ini parsi
AnomieBOT (talk | contribs)
Updating published sources: General: * Begin development of a new task: SandboxCleaner, loosely based on User:SoxBot IV/Source. * And put a hold on it, since SoxBot IV is back up. Oh well.
Line 151:
);
if($res->{'code'} ne 'success'){
$self->warn ("Failed to retrieve last edit date for $page: ".$res->{'error'}."\n");
return 60;
}
Line 236:
}
if($begin<0 || $end<0){
warn $outtxt;
$self->warn("Begin/end markers not found, refusing to edit $page\n");
} else {