Content deleted Content added
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 |
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
return 60;
}
Line 236:
}
if($begin<0 || $end<0){
$self->warn("Begin/end markers not found, refusing to edit $page\n");
} else {
|