diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-18 13:24:59 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-18 13:24:59 +0000 |
commit | 663a2b1553d400bca97c4490c82822d93dcf0a24 (patch) | |
tree | b48157f41b83cae1d4ec0cd755997acfcae61ceb | |
parent | ef60325fc646625ace71030b7ed2b55ff911a9f0 (diff) |
HTML processing refactoring: remove obsolete comment
-rw-r--r-- | lib/rbot/core/utils/utils.rb | 2 |
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) |