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 2207463567d0d987a3d32dbd123e5124640ad1d1
parent e23fc605cfac327fe797dc9d2b83c729f9908fdc
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Sat,  8 Aug 2020 17:25:29 +0530

chaning URL to fix w.wiki blunder for ?

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

diff --git a/config.js b/config.js @@ -13,7 +13,7 @@ const config = { server: 'irc.freenode.net', shortURL: 'https://meta.wikimedia.org/w/api.php?action=shortenurl&format=json&url=', - URL: 'https://en.wikinews.org/w/index.php?title=', + URL: 'https://en.wikinews.org/wiki/', URAPI: 'https://en.wikinews.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Under%20review&format=json&cmsort=timestamp&cmprop=title|timestamp', };