From ff9ef4f54f8d68d822528d99b4f994c912094fdb Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 23 Nov 2015 23:10:50 +0100 Subject: [PATCH] [RssNotify] Add BlockMen/minetest_next --- rssnotify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rssnotify.py b/rssnotify.py index 2551431..8a0ce1f 100755 --- a/rssnotify.py +++ b/rssnotify.py @@ -63,6 +63,7 @@ def rsscheck(phenny, input): ('https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom', allchans), ('https://github.com/sfan5/phenny/commits/master.atom', ['##minetestbot']), ('https://github.com/sfan5/minetestbot-modules/commits/master.atom', ['##minetestbot']), + ('https://github.com/BlockMen/minetest_next/commits/master.atom', allchans), ] for v in range(0, len(feeds)): url = feeds[v][0]