Announce some git commits to ##minetestbot

master
sfan5 2014-09-11 12:28:14 +02:00
parent 7d7a1618e1
commit 47e49a6baa
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ 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/sfan5/phenny/commits/master.atom', ['##minetestbot']),
('https://github.com/sfan5/minetestbot-modules/commits/master.atom', ['##minetestbot']),
]
for v in range(0, len(feeds)):
url = feeds[v][0]