mIRC Notice Flood Koruması
Bu koruma 8 saniye içinde 3 kez size yapilan flood’da kişiyi ignore listesine 45 saniye ekler. Linkten kodu aldıktan sonra remotelere ekleyiniz.
on *:notice:*:*: {
if (%notice. [ $+ [ $wildsite ] ] == $null) {
set -u8 %notice. [ $+ [ $wildsite ] ] 1
return
}
else { inc %notice. [ $+ [ $wildsite ] ] }
if (%notice. [ $+ [ $wildsite ] ] > 3 && %notice.check == $null) {
set -u6 %notice.check 1
.ignore -nu45 $wildsite
echo -a 12*** 3Notice flood Ip :7 $wildsite 12Nick : 13 $nick 6 45 Saniye Engellendi.
}
}
This entry was posted on Cuma, Şubat 5th, 2010 at 00:16 and is filed under mIRC Hazır Kodlar. You can subscribe via RSS 2.0 feed to this post's comments. You can comment below, or link to this permanent URL from your own site. Your comments will appear immediately, but I reserve the right to delete innapropriate comments.