Ola, I have a problem with a timer command. when I call utimer as a loop it whines to me about missing arguments. here is the script: proc txt1 {nick host hand chan arg} { global basechan handle interval if {$chan != $basechan} { return 0 } if {[file exists /home/acio/eggdrop/text/txt1.txt]} { set o...