Content deleted Content added
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 |
Updating published sources: SourceUploader: * Properly handle UTF-8 characters in ChangeLog for edit summary, so things like "→" come out properly. |
||
Line 72:
$self->{'summary'}='Updating published sources: ';
if(!open(X, "<:utf8", 'ChangeLog')){
AnomieBOT::API->warn("Cannot load changelog\n");
return $self;
|