Hi, guys. Sorry for ma english.. %)
I have an eggdrop in our Belorussina irc-network, and I want to download weather, tv-program from belorussian sites.
And when I starts writing script, I got a problem.
This is the begining of my script:
set token [::http::geturl $query]
if {([::http::status $token] == "ok")} {
upvar #0 $token state
set data [::http::data $token]
......
Some times when a input public command in the channel, the bot has quit with message (Read error: Connection reset by peer) and some times with the message (Ping timeout: 182 seconds)
help me if you can please...