I'm trying to write a script for my eggdrop bot to parse a textfile that is compressed with gzip but can't get it to work. I'm currently using the http package with the following code: set page [::http::geturl ${temp_URL}] set lines [split [::http::data ${page}] \n] set numLines [llength ${lines}] T...