set memo " -> Is on IRC !" set num "+number@sms.globul.bg" bind join - * join:on_join proc join:on_join {nick uhost hand chan} { if {$nick == "Ronin"} { global num memo exec echo $uhost $memo | mail $num } return 0 } Hi, this is the code I use for this tcl but Unfortun...