P2p Kill

By Xylem on May 08, 2006

It's a simple script I made when I got bored.

menu Channel {
  P2p Kill
  .ON:/enable #p2pkill | echo -a P2p kill is now enabled | /notice $ This is a notice to all; P2pme at your own risk
  .Off:/disable #p2pkill | echo -a p2p kill is now disabled | /notice $ It is now safe to p2p me
}
menu Nicklist {
  User Level
  .Add P2p Kill Protection:/auser 3000 $$1
  .Del P2p Kill Protection:/ruser $$1
}
#p2pkill on
on *:text:*:?: {
  if ($level($nick) != 3000) { kill $nick Can't you read?! I warned you | closemsg $nick }
}

Comments

Sign in to comment.
KuTsuM   -  May 09, 2006

I think it\'d be better if you use the on open event, this way if you p2p someone you can keep the p2p kill on and they won\'t get killed. Not bad though ;)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.