Content deleted Content added
Updating published sources: AnomieBOT::API: * Add configuration variable (and accessor function) for the bot operator's username * Better logging when testing uploads All tasks: * Remove useless metadata field |
Updating published sources: ITNCArchiver: * Forgot to enable the task SourceUploader: * Flag as "invalid metadata" if "In trial" and not enabled |
||
Line 433:
return '99 Invalid metadata';
}
return "03 In trial" if($status=~/^In trial/ && $botnum>0);
return '99 Invalid metadata' if $botnum>0;
return "04 In development" if($status eq 'Coding' || $status eq 'On hold');
|