mIRC Home    About    Download    Register    News    Help

Print Thread
#223386 22/07/10 03:20 PM
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
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...

Joined: Feb 2006
Posts: 546
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
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
  }
}




"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
Joined: Mar 2007
Posts: 41
E
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Mar 2007
Posts: 41
there will be custom box.. the ip and ident will exist there will get killed, its possible


Link Copied to Clipboard