From 663a2b1553d400bca97c4490c82822d93dcf0a24 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 18 Sep 2007 13:24:59 +0000 Subject: HTML processing refactoring: remove obsolete comment --- lib/rbot/core/utils/utils.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rbot/core/utils/utils.rb b/lib/rbot/core/utils/utils.rb index 069c18c2..32b05700 100644 --- a/lib/rbot/core/utils/utils.rb +++ b/lib/rbot/core/utils/utils.rb @@ -757,8 +757,6 @@ module ::Irc url = urls.shift idx += 1 - # FIXME what happens if some big file is returned? We should share - # code with the url plugin to only retrieve partial file content! begin info = Utils.get_html_info(URI.parse(url), opts) -- cgit v1.2.3