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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * Apparently {{tl|Redr}} is being deprecated.
AnomieBOT (talk | contribs)
Updating published sources: EnDashRedirectCreator: * Don't bother trying to create redirects for editnotices, since the bot account used can't create them anyway.
Line 214:
next;
}
warn Dumper($res);}
 
if ( $redir =~ m!^Template:Editnotices/! ) {
#$api->log("Redirect [[$redir]] -> [[$target]] is blacklisted by the title blacklist, skipping");
next;
}