Hi guys i was wondering i been playing around with putting a spec kicker into my vincula.Now i have it in and it works gr8 but the prob i have is that when someone passport floods my room sometimes my script dcs im suspecting its from the spec kicker casue when i turn it off i can stay forever during any kinda flooding either it being long nicks or emoticions.what i been tring to do is add a timer to halt the check part if say more then 5 nicks join at same time or something along those lines so this is the code im using for the kicker
#subkick on
on *:JOIN:#: {
%sn.nick = $nick
%sn.chan = $chan
if ($nick ison $chan) { /ctcp $nick PING }
.timer.undo 1 3 unset %sn.*
}
raw 908:*:{
raw access %sn.chan add deny *! [ $+ [ $ial(%sn.nick $+ *,1).addr ] ]
raw kick %sn.chan %sn.nick Sorry No Specs Allowed (N)
}
#subkick end
I was Wondering if someone could explain how id do this thanx in advance for any reply as its gr8ly appreciated