mIRC Home    About    Download    Register    News    Help

Print Thread
#118072 21/04/05 10:19 PM
Joined: Apr 2005
Posts: 3
B
bathc Offline OP
Self-satisified door
OP Offline
Self-satisified door
B
Joined: Apr 2005
Posts: 3
I want a script to protection my channel if a group of nicks
join my channel and part fast , i mean flood [join/part] in second it will close the mode of the channel

sorry for my english . Thanks for the help smirk

Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
Why not just set the limit of the channel to <number of users + 3> a few seconds after someone joins?

Code:
on @*:join:#:{ .timer 1 3 setlimit $chan }
alias setlimit { mode $1 +l $calc($nick($1, 0) + 3) }


New username: hixxy

Link Copied to Clipboard