Hi all of you Can anyone of you tell me why doesn't this code work ? set ntfy_nickstocheck { Engineer Developer Tester Mapherick } proc ntfy_settimer {args} { timer 5 ntfy_check } proc ntfy_check {args} { global ntfy_nickstocheck set intc [join $ntfy_nickstocheck] putserv "ISON $intc" ntfy...