I just started learning tcl and came across a couple things I just couldn't find any answers to. Here goes: bind pub - !test lineread proc lineread {nick host handle chan text} { global prech homech if {$chan == $homech} { putserv "PRIVMSG $prech :$text" } My first question is, is it possi...