|
elhale Nickli Üyeden Alıntı
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. |
@[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] the code works but it also bans people that dont repeat... :S have you tried it in main channel where users are talking if it bans also other people?
what i want the code to do is ban people that in 3-4 seconds repeat text with 1 character more than the original text
so for example the code now does this in main too Kod: Kodu kopyalamak için üzerine çift tıklayın! [01:36:21pm] ************* scandal | Te ka len chati mrapa
[01:36:21pm] ************* scandal | Me raft pika
ban -ku600 # scandal scandal slow down champ! |
red section only single channel.
and it was now fully stable working code.
blue sections fixed codes.
good luck
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias Lazy_rpt {
var %` $regsubex($2-,/(\W+)/ig,$null)
hinc -mu10 $1 $md5(%`)
if $hget($1,$md5(%`)) >= 2 {
ban -ku600 # $1 2 hobbaa!
hfree $1
}
}
on *:text:*:#: {
Lazy_rpt $nick $chan $1-
}
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.