|
CoCoRiCo 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...]
so.. having regard to the letters, provides protection against a word or sentence again
$lazy_rpt($nick,$1-)
or
Lazy_rpt $nick $1- 10 second/per 2 repeat Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias Lazy_rpt {
noop $regsubex($2-,/(\w+)/g,\t)
hinc -mu10 $1 $md5($regml(1))
if $hget($1,$md5($regml(1))) >= 2 {
ban -ku600 # $1 2 hobbaa!
hfree $1
}
}
--IRCForumlari.NET ; Flood Engellendi -->-> Yeni yazılan mesaj 16:17 -->-> Daha önceki mesaj 15:59 -- Let me add the note. if you do not specify the channel name of protection.
1 again, it will be punished anyway if it detects the 2 channels. ie /amsg or /ame etc. |
thx for answering @
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
i put on remote
Kod: Kodu kopyalamak için üzerine çift tıklayın!
alias Lazy_rpt {
noop $regsubex($2-,/(\w+)/g,\t)
hinc -mu10 $1 $md5($regml(1))
if $hget($1,$md5($regml(1))) >= 2 {
ban -ku600 # $1 2 hobbaa!
hfree $1
}
}
entered with java #test2 where i am op and entered the text with repeat
[02:36:00] <testing>: .hello
[02:36:01] <testing>: ..hello
[02:36:02] <testing>: ...hello
[02:36:03] <testing>: ....hello
[02:36:03] <testing>: .....hello
[02:36:05] <testing>: ......hello
and nothing happens... no ban
when i try the alias /Lazy_rpt on mirc i get
* /hinc: insufficient parameters (line 3, lazyrepeat.mrc)