Ozan Kadimoğlu
IF Üyesi
- Katılım
- 8 Mar 2023
- Mesajlar
- 152
- Tepkime puanı
- 16
- Puanları
- 18
İtibar:
Kullanımı : /ipekle 88.111.*
Kod:
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
}
}