Content deleted Content added
Updating published sources: DeletionSortingCleaner: * Supplemental BRFA to remove duplicate entries in deletion sorting pages. |
Updating published sources: DeletionSortingCleaner: * And approved! I wonder if that's a record outside of cases where a BAGger was specifically coordinating. |
||
Line 1:
{{ombox|type=notice|text= Approved 2010-07-06<br />[[Wikipedia:Bots/Requests for approval/AnomieBOT 40]]}}
{{ombox|type=notice|text= Supplemental BFRA
<syntaxhighlight lang="perl">
package tasks::DeletionSortingCleaner;
Line 13:
Status: Approved 2010-07-06
+BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 79
+Status:
Created: 2010-06-18
Perform certain tasks for [[WP:WikiProject Deletion sorting]]:
* Subst various AfD templates that should be substed
* Archive discussions for closed
* Remove duplicate XfD listings
If necessary, the bot may be kept off a deletion sorting subpage by adding
Line 36 ⟶ 37:
use vars qw/@ISA/;
@ISA=qw/AnomieBOT::Task/;
sub new {
Line 54 ⟶ 53:
=for info
Supplemental BFRA
=cut
Line 139 ⟶ 138:
my $name2=$1;
if(
$dups=1;
return '';
|