From 269e7f8e7168808c784bf4128be721798e567ab4 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 30 Aug 2009 16:42:16 +0200 Subject: url plugin: carry htmlinfo filtering output with the url_added event --- data/rbot/plugins/url.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'data') 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] -- cgit v1.2.3