diff options
| author | lassulus <lassulus@googlemail.com> | 2014-03-17 04:01:17 +0100 | 
|---|---|---|
| committer | lassulus <lassulus@googlemail.com> | 2014-03-17 04:01:17 +0100 | 
| commit | d8623e1d59c20b0640550f885e9cd30e7624f6e7 (patch) | |
| tree | e0543cfa66effca95e129c12ee6cd1f58d8c76a4 /news | |
| parent | 0f36ae9aedc1c2d87a32bfa51ab1b1d6cf2e7979 (diff) | |
newsbot.js: typo fix
Diffstat (limited to 'news')
| -rw-r--r-- | news/newsbot.js | 2 | 
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)            } | 
