summaryrefslogtreecommitdiffstats
path: root/news/newsbot.js
diff options
context:
space:
mode:
authorlassulus <lassulus@googlemail.com>2014-03-17 04:01:17 +0100
committerlassulus <lassulus@googlemail.com>2014-03-17 04:01:17 +0100
commitd8623e1d59c20b0640550f885e9cd30e7624f6e7 (patch)
treee0543cfa66effca95e129c12ee6cd1f58d8c76a4 /news/newsbot.js
parent0f36ae9aedc1c2d87a32bfa51ab1b1d6cf2e7979 (diff)
newsbot.js: typo fix
Diffstat (limited to 'news/newsbot.js')
-rw-r--r--news/newsbot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/news/newsbot.js b/news/newsbot.js
index 73441ad0..a422d867 100644
--- a/news/newsbot.js
+++ b/news/newsbot.js
@@ -146,7 +146,7 @@ function create_feedbot (nick, uri, channels) {
feedparser.on('end', function () {
if (client.lastItems) {
- items.forEach(function (item)) {
+ items.forEach(function (item) {
if (!client.lastItems.hasOwnProperty(item.title)) {
broadcast_new_item(item)
}