summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-12-14 15:38:10 +0100
committerlassulus <lass@aidsballs.de>2015-12-14 15:38:10 +0100
commit802b172d0eed6c9625a9cb5db408f5cc8c01784e (patch)
treedacc097756f57f11ff62a9b92e385c038cbbed1c
parent6ee488430c6915eeae03f1569084577d39cef51d (diff)
don't return to continue_loop after feederror
-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(); ) {