summaryrefslogtreecommitdiffstats
path: root/newsbot.js
diff options
context:
space:
mode:
Diffstat (limited to 'newsbot.js')
-rw-r--r--newsbot.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/newsbot.js b/newsbot.js
index 3483610..c3dc65a 100644
--- a/newsbot.js
+++ b/newsbot.js
@@ -142,7 +142,6 @@ function create_feedbot (nick, uri, channels) {
feedparser.on('error', function (error) {
broadcast('4feedparser ' + error)
- return continue_loop()
})
feedparser.on('readable', function () {
for (var item; item = this.read(); ) {