I am putting it in the wrong spot? I get this error. [03:38] Tcl error [my_watch]: variable "nick" already exists bind pub - watch my_watch proc my_watch {nick uhost handle channnel arg} { global nick fc if [file readable /home/et/1] { set fc [open "|tail -f /home/et/1"] fconfigu...
Can someone post the full version of this? I really need to tail a file and I don't know enough tcl to make the below script work. I spent 2 hours looking over the docs and trying stuff with no luck.