Hi Guys.... 1st i will explane something... These days some lamer use passport flooder in Groups. i need passport flooder kick addon i have but want to change or make it new..
on ^*:join:#: {
set -u1 %ppf. [ $+ [ $right($chan,-1) ] ] $addtok(%ppf. [ $+ [ $right($chan,-1) ] ],$nick,32)
var %l = $count(%ppf. [ $+ [ $right($chan,-1) ] ],$chr(32))
if (%passportflood = On) && (%l > 3) { sockwrite -tn msn.server. $+ $cid kick # $nick | return }
if (%passportflood = On) && (%l == 3) {
sockwrite -tn msn.server. $+ $cid kick # $replace(%ppf. [ $+ [ $right($chan,-1) ] ],$chr(32),$chr(44))
writeini banlist.ini banlist $address($nick,1) Flooder
}
}Code By Gatekeeper Edit by Me.
in this code i'll edit it but this detect morethen 1 nick when joined room it kick and put in banlist and next time it will autobanlist them... I want code like if 2 user join chatroom they wont kicked but if user joined chatroom morethen 2 nicks Like 3,4,5 it will work and kick/banlist them... Help me.Some time if nick join morethen 30 nicks my script flood out and dc.... So i need code that my nick never dc and kick them all but remeber i need addon who kicked 3 nicks join not 2 nick command work 3 nicks and uper... Thankyou
(using Vincula connection)