mIRC Homepage
Posted By: danny375 need help plz - 10/06/07 07:18 AM
is there a autokick script that i can add to my mirc so i dont have too deal with commands thank you
Danny
Posted By: schaefer31 Re: need help plz - 10/06/07 07:22 AM
You need to be more specific. Auto kick under what conditions? (e.g. an user is swearing, spamming, etc)
Posted By: danny375 Re: need help plz - 10/06/07 07:29 AM
i need script that well keep people from join after thay been kick once what it does it well keep kicking them then it well ban them
Posted By: RusselB Re: need help plz - 10/06/07 08:02 AM
Code:
on *:kick:#:{
  set -u $+(%,kick,.,$nick) 60
}
on @*:join:#:{
  if $($+(%,kick,.,$nick),2) {
    .ban -ku60 $chan $nick Not yet $nick
  }
}

Sets a 60 seconds delay when the person is kicked, and if they join within those 60 seconds, then they are banned for 60 seconds.

Change the 60's in the above code to the number of seconds you want.
© mIRC Discussion Forums