diff options
Diffstat (limited to 'data/rbot')
-rw-r--r-- | data/rbot/plugins/threat.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/threat.rb b/data/rbot/plugins/threat.rb index 3784dafe..bcfc8698 100644 --- a/data/rbot/plugins/threat.rb +++ b/data/rbot/plugins/threat.rb @@ -24,7 +24,7 @@ class ThreatPlugin < Plugin green = "\x0303" # low black = "\x0301" # default - page = @bot.httputil.get URI.parse("http://www.dhs.gov/") + page = @bot.httputil.get_cached("http://www.dhs.gov/index.shtm") if page =~ /\"Current National Threat Level is (.*?)\"/ state = $1 |