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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: ACNClerk: * New task. MedComClerk: * New task, on hold until User:AGK gets me the account info. CHUUClerk: * Fix typo that made the bot not correctly handle unregistered usernames. DeletionSortingCleaner: * Adjust meta
AnomieBOT (talk | contribs)
Updating published sources: DeletionSortingCleaner: * Compensate for someone screwing up {{tl|afd top}} recently. TemplateReplacer16: * Prepare for upcoming run.
Line 206:
# If closed, remove from the main page and note it for archival.
# If still open, do nothing.
return undef unless $xfdintxt=~m!<div class=\x22boilerplate (?:afd|metadata) !;
my ($result,$date)=('(unknown)','(unknown)');
$result=$1 if $xfdintxt=~m!result was\s*'''(.+?)'''!;