01 - 05 - 2022, 22:52
|
#1 |
Kullanıcıların profil bilgileri ziyaretçilere kapalı | Flood Kod: on *:text:*:#:{
if ($nick isreg #) {
.hinc -mu10 # $+(#,$nick,$encode($1-)) 1
if ($hget(#,$+(#,$nick,$encode($1-))) == 3) { msg # $nick saldırı/flood girişiminde bulunmayınız ! avdet system! }
if ($hget(#,$+(#,$nick,$encode($1-))) == 4) { mode # +b ~q: $+ $nick }
}
}
4,1[14sizinmekan4/15#mIRCHelp4/14EKIPİ15!4,1]
Tarih: 05/02/2022 / 23:28:33 , Kod sahibi: TÜRK
on @*:text:*:#: {
if $hget(Floodv3,$nick) > 2 {
if $regex($nick(#,$nick).pnick,/[~@%]/) { halt }
ban -k # $nick 2 (Flood nick (3:1)) %scr
halt
}
hinc -mu1 Floodv3 $nick
}
Konu BuRaY tarafından (01 - 05 - 2022 Saat 23:34 ) değiştirilmiştir.
|
| |