[RssNotify] Remove BlockMen/minetest_next

master
sfan5 2014-07-05 15:27:41 +02:00
parent a4cdacd02d
commit 95c8b7e3ee
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,7 @@ def rsscheck(phenny, input):
rssnotify["last_update"] = t
print("[RssNotify]: Checking RSS Feeds...")
start = time.time()
allchans = excepta(phenny.bot.channels, ['##minebest', '##minetest-next'])
allchans = excepta(phenny.bot.channels, ['##minebest'])
feeds = [
('https://github.com/minetest/minetest/commits/master.atom', allchans),
('https://github.com/minetest/minetest_game/commits/master.atom', allchans),
@ -50,7 +50,6 @@ def rsscheck(phenny, input):
('https://github.com/minetest/master-server/commits/master.atom', allchans),
('https://github.com/Uberi/MineTest-WorldEdit/commits/master.atom', allchans),
('https://github.com/Jeija/minetest-mod-mesecons/commits/master.atom', allchans),
('https://github.com/BlockMen/minetest_next/commits/master.atom', allchans + ['##minetest-next']),
]
for v in xrange(0, len(feeds)):
url = feeds[v][0]