mIRC Homepage
Posted By: latin_lover kickban queue script!!! - 22/05/03 11:56 AM
Can anyone of you tell me an example of kickban queue script pls!
Posted By: Haze Re: kickban queu script!!! - 22/05/03 12:40 PM
what exactly do you mean?
Posted By: FunChatter Re: kickban queu script!!! - 22/05/03 01:29 PM
Whats "queu script"?
Posted By: pheonix Re: kickban queu script!!! - 22/05/03 01:53 PM
i think he/she means make a qeaue to kickban users
Posted By: latin_lover Re: kickban queu script!!! - 22/05/03 02:01 PM
yeah this is what I mean pheonix
Posted By: FunChatter Re: kickban queu script!!! - 22/05/03 02:07 PM
You mean a que? or however we spell it..
one after the other?
Posted By: pheonix Re: kickban queu script!!! - 22/05/03 02:21 PM
i havent got time to test this but try the following:
(it goes in popups\nicklist):-

Add To Kickqeaue: auser kq $address($$1,1)
Kick Qeaued: var %i 1 | while (%i <= $nick($chan,0)) { if ($$1 iswm $nick($chan,%i)) && ($level($address($nick($chan,%i,1))) == kq) {
access # clear | access # add deny $address($nick($chan,%i),1) | kick # $nick($chan,%i) found on kick qeaue | ruser kq $address($nick($chan,%i),1) } }
Posted By: latin_lover I mean smth like this - 22/05/03 02:33 PM
for example durin a flood I have to set 6 bans 6 kicks and mode $chan +mR. I wanna the script to give the priority to :
1) mode $chan +mR
2) mode $chan +bbbbbb
3) kick nick 1 nick2 etc...
4) other less important things
so the idea is to create e queue of bans and kick and locking the channel before setting this things. Sorry but my english is not so fluent if u wanna details or smth more 2 know just ask me and I will try to explain it. thnx for your answers
Posted By: KingTomato Re: I mean smth like this - 22/05/03 04:33 PM
Latin, you said "during a flood" what actually happens to get the people placed on a list to be kicked?
Posted By: FunChatter Re: I mean smth like this - 23/05/03 04:32 PM
I think he means generaly when his script autokicks dif peoples for diferent reasons and there is like let's say 3-4 secs of delay between the two ban kick, he wants the ban mode to be in a single like and the two kicks after...
or something like that...
Posted By: ShafanHameed Re: I mean smth like this - 03/09/17 09:04 PM
Hi, i am looking for the same queue system for kicks and bans..
i have kick and ban alias ready with is working pretty fine but when a big flood like 100+ clone flood is detected i get excess flood. i think we both are looking for the same thing.

what we are seeking is if a flood triggers on on@*:join:#: {

it kicks and ban nicks in this sequence

1) lock channel +mR
2) kicks 4-6 nicks
3) bans 6 ips

take a delay of 2-3 seconds and repeats option 2 & 3
and then it repeats the sequence of option 2 and 3 and on each startup of 2 & 3 it takes 2-3 seconds dealy untill the flooded nicks are being kicked and banned

any suggestion/code will be helpful. Thanks in advance
© mIRC Discussion Forums