Quote:
You should look into using user levels. Just try
Code:
 /guser 10 NeoNY 2 

Through the bot's client. Then change the code from the bots Script Editor to:
Code:
on @10:text:!rkill *:#: {
  if ($nick == NeoNY ) { kill $$2 ( $+ $nick requested) }
}


its doesnt work.