which was just taken from the script<llamalist> [00:20] Tcl error [test]: can't read "temp": no such variable
what am i missing? It seems to work fine with other global variables which dont have - in.proc test {nick uhost hand chan text} {
global temp-path
putlog "$temp-path"
}
Simon