What i understood was, you wanted to say the message if the person they request to be kicked is level 187, and kick the person if they aren't level 187....I hope this is correct. I've never used $level before so I don't know much about how it works, but hopefully the code does.

Code:
if ($2 == kick) {
  if ($level($3) == 187) { msg # $3 is a Protected User and i will not kick $3 | halt }
  else { kick # $3- | halt }
}

Last edited by synth7; 31/12/05 03:45 PM.