mIRC Homepage
Posted By: MLW Need help with this flyby - 15/01/07 11:38 PM
Ok i have this flyby ban script but i want to adjust the time on it so how would i do it?

n 1:TEXT:*:#:{
if ($($+(%,chan.,joinpart.,$address),2)) {
unset $+(%,chan.,joinpart.,$address)
}
}

on 1:PART:#:{
if ($($+(%,chan.,joinpart.,$address),2)) {
set -u5 %flyby.flood [ $+ [ $chan ] ] 5
/ban -u600 $chan $address
notice $nick [- Banned From $chan ][Reason: FlyBy ][ Time: 10 Minutes -]
msg $chan [- Banned From $chan ][Reason: FlyBy ][ Time: 10 Minutes -]
}
}
Posted By: DJ_Sol Re: Need help with this flyby - 16/01/07 12:04 AM
ban -u600 $chan $address

-u600 This is the time in seconds.
Posted By: MLW Re: Need help with this flyby - 16/01/07 12:10 AM
awww ok cool thanks
now i feel dumb
© mIRC Discussion Forums