3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 12:29:26 +01:00

Update rss.js

lol
This commit is contained in:
Luke Slater 2015-04-04 02:29:48 +03:00
parent 0da96ea9ff
commit baaa444f42

View File

@ -13,7 +13,6 @@ var rss = function(dbot) {
this.internalAPI = {
'makeRequest': function(id,feed) {
dbot.say(feed.server,feed.channel,"RSS: I am making a request for feed "+feed.name+" to "+feed.url+" and I like it.");
var fid = id,
req = request(feed.url),
feedparser = new FeedParser();