mIRC Homepage
Posted By: EvilHeart auto kill ident / ip - 22/07/10 03:20 PM
I need a script that kills a user when he joins with a certain ip using a certain ident...
like if someone joins with the ident:-abcd and ip:- 119.30.*.* ..so it kills that nick automatically...
Posted By: jaytea Re: auto kill ident / ip - 22/07/10 03:28 PM
kills, or kicks? here's how you check, you can change the command:

Code:
on @*:join:#:{
  if (abcd@119.30.* iswm $address) {
    ; command to perform
  }
}


Posted By: EvilHeart Re: auto kill ident / ip - 22/07/10 04:10 PM
there will be custom box.. the ip and ident will exist there will get killed, its possible
© mIRC Discussion Forums