From 9d80d3a27b93ff538e8f3f0b92ee97977f032f4c Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sun, 14 Jul 2013 19:54:27 +0200 Subject: [PATCH] [RssNotify] Also track VanessaE/pipeworks and [..]/homedecor --- rssnotify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rssnotify.py b/rssnotify.py index 3d1aca7..aa2878e 100755 --- a/rssnotify.py +++ b/rssnotify.py @@ -42,7 +42,9 @@ def rsscheck(phenny, input): ('https://github.com/minetest/build/commits/master.atom', '*'), ('https://github.com/minetest/survival/commits/master.atom', '*'), ('https://github.com/Uberi/MineTest-WorldEdit/commits/master.atom', '*'), - ('https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom' '*'), + ('https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom', '*'), + ('https://github.com/VanessaE/pipeworks/commits/master.atom', ["##minebest"]), + ('https://github.com/VanessaE/homedecor/commits/master.atom', ["##minebest"]), ] for v in xrange(0, len(feeds)): url = feeds[v][0]