This is the code bind mode - * mode:log proc mode:log {nick host hand chan arg} { global botnick if {$chan == "#ZTO"} { putcmdlog "$nick: $arg" return 0 } } and this is de error Tcl error [mode:log]: wrong # args: should be "mode:log nick host hand chan arg" could someo...