mirror of
https://github.com/reality/dbot.git
synced 2025-02-17 14:01:04 +01:00
Update rss.js
lol
This commit is contained in:
parent
db0c61b369
commit
6b7ff075e4
@ -13,7 +13,6 @@ var rss = function(dbot) {
|
|||||||
|
|
||||||
this.internalAPI = {
|
this.internalAPI = {
|
||||||
'makeRequest': function(id,feed) {
|
'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,
|
var fid = id,
|
||||||
req = request(feed.url),
|
req = request(feed.url),
|
||||||
feedparser = new FeedParser();
|
feedparser = new FeedParser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user