This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 1 match

by FAIN
Fri Dec 31, 2004 11:19 am
Forum: Archive
Topic: Help with script to parse a text-file compressed with gz
Replies: 2
Views: 2099

Help with script to parse a text-file compressed with gz

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...