diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-26 17:36:26 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-08-26 17:36:26 +0200 |
commit | 3c7811f959988c7e7d10a730f8309f48b766fc6b (patch) | |
tree | cf32cfca17b2075104f8dd82a08187b18413647f /data/rbot | |
parent | 1df1f3ac9469b9244302de71e302e2b286383560 (diff) |
digg: new URL
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/digg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/digg.rb b/data/rbot/plugins/digg.rb index 1e00fabc..775c5569 100644 --- a/data/rbot/plugins/digg.rb +++ b/data/rbot/plugins/digg.rb @@ -13,7 +13,7 @@ class DiggPlugin < Plugin def digg(m, params) max = params[:limit].to_i debug "max is #{max}" - xml = @bot.httputil.get('http://digg.com/rss/index.xml') + xml = @bot.httputil.get('http://services.digg.com/2.0/story.getTopNews?type=rss') unless xml m.reply "digg news unavailable" return |