mIRC Home    About    Download    Register    News    Help

Print Thread
#25457 22/05/03 11:56 AM
Joined: May 2003
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2003
Posts: 3
Can anyone of you tell me an example of kickban queue script pls!

Last edited by latin_lover; 22/05/03 01:56 PM.
#25458 22/05/03 12:40 PM
Joined: Apr 2003
Posts: 23
H
Ameglian cow
Offline
Ameglian cow
H
Joined: Apr 2003
Posts: 23
what exactly do you mean?

#25459 22/05/03 01:29 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
Whats "queu script"?

#25460 22/05/03 01:53 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i think he/she means make a qeaue to kickban users


new username: tidy_trax
#25461 22/05/03 02:01 PM
Joined: May 2003
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2003
Posts: 3
yeah this is what I mean pheonix

Last edited by latin_lover; 22/05/03 02:01 PM.
#25462 22/05/03 02:07 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
You mean a que? or however we spell it..
one after the other?

#25463 22/05/03 02:21 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
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) } }

Last edited by pheonix; 22/05/03 02:25 PM.

new username: tidy_trax
#25464 22/05/03 02:33 PM
Joined: May 2003
Posts: 3
L
Self-satisified door
OP Offline
Self-satisified door
L
Joined: May 2003
Posts: 3
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

Last edited by latin_lover; 22/05/03 03:24 PM.
#25465 22/05/03 04:33 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Latin, you said "during a flood" what actually happens to get the people placed on a list to be kicked?


-KingTomato
#25466 23/05/03 04:32 PM
Joined: Dec 2002
Posts: 339
F
Fjord artisan
Offline
Fjord artisan
F
Joined: Dec 2002
Posts: 339
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...

Joined: Aug 2017
Posts: 5
S
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
S
Joined: Aug 2017
Posts: 5
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

Last edited by ShafanHameed; 03/09/17 09:06 PM.

Link Copied to Clipboard