Try this:

Code:
on @*:KICK:#: {
  if ($read(protect.txt,r,$knick)) {
    kick # $nick YOU KICKED A PROTECTED USER!
  }
}