when i try i get: Tcl error: invalid idx what i did find out is that the following code is right but i had to downgrade to eggdrop 1.6.16 for it to work! strange but true. proc temp {name server port} { set idx [connect $server $port] control $idx temp_sock } proc temp_sock {idx arg} { if { [lindex...