I'm new to TCL, and I need a lil help with rand and if's. proc fight_kick { nick host hand chan text } { set $rfu rand(1,6) if { $rfu == 1 } { putmsg $chan "!fu" } if { $rfu == 2 } { putmsg $chan "!fd" } if { $rfu == 3 } { putmsg $chan "!fg" } if { $rfu == 4 } { putmsg ...