]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/threat.rb
*** (httputil) major rework, new caching implementation, unified request
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / threat.rb
index bcfc8698cfff7928865f762d78135a05f1398279..dacd10584dd839ff545b8820dc01e6dc4627aa34 100644 (file)
@@ -24,7 +24,7 @@ class ThreatPlugin < Plugin
     green = "\x0303" # low
     black = "\x0301" # default
 
-    page = @bot.httputil.get_cached("http://www.dhs.gov/index.shtm")
+    page = @bot.httputil.get("http://www.dhs.gov/index.shtm")
 
     if page =~ /\"Current National Threat Level is (.*?)\"/
       state = $1