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

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: General: * Change 'shutoff' to be checked whenever an edit token is requested, by piggybacking on the edittoken request. SourceUploader: * BUGFIX: Add a subst so the history template works right
AnomieBOT (talk | contribs)
Updating published sources: WatchlistUpdater: * Add User:AnomieBOT/index, and adjust run frequency.
Line 14:
my %pages=(
'User:Anomie/uw-templates' => {
frequency => 126*60*60,
prefix => 'Uw-',
namespace => '10'
},
'User:AnomieBOT/index' => {
frequency => 6*60*60,
prefix => 'AnomieBOT/',
namespace => '2'
}
);