el33t'in çok önceleri, tekrar koruması için vermiş olduğu bir kod var gayet güzel çalışıyor.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
;$_isrepeat(nick,#kanal,text,tekrar,saniye)
alias _isrepeat {
if ($isid) {
inc %prot.repeat. $+ $2 $+ . $+ $1 $+ . $+ $encode($3,m)
if (!$timer($+(prot.repeat.,$2,.,$1,.,$encode($3,m))) ) { $+(.timerprot.repeat.,$2,.,$1,.,$encode($3,m)) 1 $5 unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) }
if (%prot.repeat. [ $+ [ $2 ] $+ ] . [ $+ [ $1 ] $+ ] . [ $+ [ $encode($3,m) ] ] >= $4) { unset $+(%,prot.repeat.,$2,.,$1,.,$encode($3,m)) | return $true }
else { return $false }
}
}
on @*:text:*:#:{ if $nick isreg # && $_isrepeat($nick,#,$remove($strip($1-),$chr(32)),3,5) { mode # +b $nick | kick # $nick tekrar yaptığın için atıldın. } }