summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rbot/plugins/url.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rbot/plugins/url.rb b/data/rbot/plugins/url.rb
index 56e461d6..5d73382d 100644
--- a/data/rbot/plugins/url.rb
+++ b/data/rbot/plugins/url.rb
@@ -88,6 +88,7 @@ class UrlPlugin < Plugin
debug "+ getting info for #{url.request_uri}"
info = @bot.filter(:htmlinfo, url)
debug info
+ logopts[:htmlinfo] = info
resp = info[:headers]
logopts[:title] = title = info[:title]