Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:text:!proxymuaf *:%operkanali: {
if $2 == list {
var %i = 1, %end = $ulist(*,muafips,0)
.msg $chan - Toplam muaf proxy:4 %end
while %i <= %end {
.msg $chan $+(%i,$chr(41)) $iif($ulist(*,muafips,%i) == $nick,$+(,$v1,),$v1)
inc %i 1
}
}
elseif $2 == add {
if $3 == $null { .msg $chan $+(",$nick,") Lütfen eklenecek geçerli (ip/proxy) yaziniz. | return }
if $ulist($3,muafips,1) { .msg $chan $+(",$nick,") Boyle bir ip $+(",,$3,,") zaten mevcut. | return }
.auser muafips $3
.msg $chan Bu ip $+(",,$3,,") Guncellendi.Muaf ip listesine eklendi.
}
elseif $2 == del {
if $3 == $null { .msg $chan $+(",$nick,") Lütfen silinecek ip/proxy yaziniz. | return }
if !$ulist($3,badnick,1) { .msg $chan $+(",$nick,") Boyle bir ip $+(",,$3,,") listede mevcut degil | return }
.ruser muafips $3
.msg $chan Bu ip $+(",,$3,,") guncel listeden silinmistir.(Dikkat:Bu ip Proxy olarak algilanip atilabilir demektir.)
}
}