Would somone be able to write out the code for

Code:
/clear [name]


it would be something like:
Code:
on *:text:*/clear *:#: {
  if ( $nick isop $chan ) {
    msg $chan /timeout [name] 1
  }
}


Any Ideas?