enwnbot

Converts MediaWiki [[links]] and {{templates}} to links on IRC
git clone http://git.hanabi.in/repos/enwnbot.git
Log | Files | Refs | README | LICENSE

commit 9a2f58d396f5ba46364e89e2fe5cbd346e1a7313
parent 2207463567d0d987a3d32dbd123e5124640ad1d1
Author: Sana <36829952+cognitive137@users.noreply.github.com>
Date:   Thu,  1 Oct 2020 00:18:12 +0530

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

diff --git a/irc.js b/irc.js @@ -103,7 +103,7 @@ async function sayShortUrls( shortUrls.forEach(({ url, err }, idx) => { if (!err) { let msg = url; - if (review) msg += " sumbitted for review"; + if (review) msg += " submitted for review"; if (times.length) msg += ` *${times[idx]}*`; if (titles.length) msg += ` -- ${titles[idx]}`; if (pending[idx]) msg += " *under review*";