diff options
Diffstat (limited to 'data/rbot/plugins/rss.rb')
-rw-r--r-- | data/rbot/plugins/rss.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index f30bc006..483355c7 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -716,7 +716,7 @@ class RSSFeedsPlugin < Plugin else
debug "accepting new #{uid} #{item.inspect}"
debug [uid, txt].inspect
- warn "same text! #{txt}" if otxt.include?(txt)
+ warning "same text! #{txt}" if otxt.include?(txt)
false
end
}
|