im having problems with the usc2.tcl script, im running eggdrop on a remote server and when I try to start eggdrop with the usc2.tcl script i get the following error:
can't read "state(status)": no such variable
while executing
"if {$state(status) != "ok"} {
putlog "Connection to server error: $state(status)"
} else {
set errnum [::http::ncode $token]
if {$errnum == 200} {
} e..."
(procedure "i3h:make" line 21)
invoked from within
"i3h:make"
(file "scripts/usc2.tcl" line 54)
invoked from within
"source scripts/usc2.tcl"
(file "eggdrop.conf" line 1394)
anyone got any ideas whats up?
|