summaryrefslogtreecommitdiff
path: root/lib/rbot/core/utils/utils.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-18 13:24:59 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-18 13:24:59 +0000
commit663a2b1553d400bca97c4490c82822d93dcf0a24 (patch)
treeb48157f41b83cae1d4ec0cd755997acfcae61ceb /lib/rbot/core/utils/utils.rb
parentef60325fc646625ace71030b7ed2b55ff911a9f0 (diff)
HTML processing refactoring: remove obsolete comment
Diffstat (limited to 'lib/rbot/core/utils/utils.rb')
-rw-r--r--lib/rbot/core/utils/utils.rb2
1 files changed, 0 insertions, 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)