summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
}