You should use /ban

Code:
 on @*:TEXT:!ban24*:#: {
  if ($nick isop #) && ($2 ison #) {
    ban -ku86400 $chan $2 2 Your Message Here
  }
}