enwnbot2

Converts MediaWiki [[links]] and {{templates}} to links, informs important events from wiki, handles announces review queue, and under review, and handles when they last saw a given user.
git clone http://git.hanabi.in/repos/enwnbot2.git
Log | Files | Refs | README | LICENSE

commit c9d312d49d2b73986e39bb4f5b1ea56fe91401ed
parent 814e6e91f13ae7674dc3308d79326be2694f1e4b
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Thu,  1 Oct 2020 22:03:32 +0530

change failed to not-ready'd

Diffstat:
Mutils.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils.js b/utils.js @@ -95,7 +95,7 @@ function streamMessage(event) { case "Peer reviewed/Not ready": { const failedArticleRegex = /^\[\[:Talk:(.*)\]\]/; const failedArticle = comment.match(failedArticleRegex)[1]; - msg = `${user} failed the ${failedArticle} article.`; + msg = `${user} has not-ready'd the [[${failedArticle}]] article.`; break; } case "Abandoned": {