Content deleted Content added
Updating published sources: General: * BREAKING CHANGE: Split d::Util into several different modules. * Many tasks updated to use log/debug instead of warn. AnomieBOT::API: * Moved warn back into AnomieBOT::API. * New functions: log, debug, halting * |
Updating published sources: General: * Fix newline handling in log messages. |
||
Line 328:
return 60;
} else {
$api->log("Created $page
}
}
Line 360:
return 60;
} else {
$api->log("Updated $page
}
} else {
|