I'm new in tcl scripting so don't blame me if it's an easy problem ;) I'm trying to make an irc command working and print some $args in the channel. look at the script: bind pub - !salut pub:salut proc pub:salut {nick uhost hand chan arg} { set prout [lindex $arg 1] if {$arg != ""} { putse...