Giriş

Orijinalini görmek için tıklayınız : İp Analiz Sistemi


Che
01 Mart 2019, 07:57
Kullanımı : /ipekle 88.111.*

alias ipekle {
write iptakip.txt $1 | echo -a " $1 " eklendi. ID Nick Takip sistemi
}
on *:snotice:*client connecting*: {
var %tstx = 1 | while $read(iptakip.txt,%tstx) {
if $v1 iswm $gettok($remove($10,$chr(41)),2,64) { /msg #Kanal Nick : $9 Ident : $remove($gettok($10,1,64),$chr(40),$chr(41)) IP araligi : $gettok($remove($10,$chr(41)),2,64) | break }
inc %tstx
}
}