diff options
-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) |