Code:
on 1:text:!tban *:[color:red]#Channel[/color]:{
  if ($2 ison [color:red]#Channel[/color] && $3 isnum) {
    timer 1 $3 mode [color:red]#Channel[/color] +b $address($nick,2)
  }
  else if ($3 !isnum) {
    notice $nick Invalid format. Use !tban <nick> <wait-time>
  }
  else {
    notice $nick $2 is not on [color:red]#Channel[/color]
  }
}