Hello :) I need some help with this code: proc pub:ban {hand chan args x mix} { global botnick owner set whom [lindex $args 0] set time [lindex $args 1] set reason [lrange $args 2 end] set option none set add "" if { $whom == ""} { a:usage $x ban ; return "FAILED: not all pa...