I'm running a Windrop. I was trying to run the gametiger.tcl script (which you can find in the slennox's archives). I also added the http.tcl script and sourced in the conf file.
The http.tcl scripts works fine and he uses it to handle the ::http::geturl command from the gametiger script but i keep getting the same TCL error:
"TCL error [pub:flood]: couldn't open socket: connection timed out"
The flood procedure however is working ok (i tested this). I'm trying to find out how i can look up the socket settings and modify e.g. timeout.
I couldn't find anything saying Windrop supports this feature.
Here is the syntax i used and where the error occurs:
# Get the file
set url "http://www.gametiger.net/search?player=[lindex $args 0]]&game=cstrike""
set outfl [open $tigerfile w]
http::geturl $url -channel $outfl