Try this.

Code:

on ME:*:JOIN:#: {
  timeradmin 1 10 Kontrol $chan
}
alias Kontrol {
  if ($me isop $1) {
    msg $1 thx
  }
  else {
    part $1
  }
}