[RssNotify] Also track VanessaE/pipeworks and [..]/homedecor

master
Sfan5 2013-07-14 19:54:27 +02:00
parent 62450d661b
commit 9d80d3a27b
1 changed files with 3 additions and 1 deletions

View File

@ -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]