Erroneous
Yeni Üye
- Katılım
- 17 Şub 2021
- Mesajlar
- 47
- Tepkime puanı
- 0
- Puanları
- 0
- Yaş
- 39
Sizler İle payşamak istedim iyi forumlar
Kod:
on !*:join:#:{
set %nick $nick
set %mask $address($nick,2)
set %nick2 $readini profil.ini %mask nick
set %mask2 $readini profil.ini %mask mask
if %mask == %mask2 && %nick != %nick2 {
set %quand $readini profil.ini %mask quand | beep
echo -a 1,15 $nick 5,0 Önceki Nicki: => 1,15 %nick2
}
if !$ini(profil.ini,mask) { hashtable }
}
alias hashtable {
if !$hget(profil) { .hmake profil 1 }
else { .hadd profil nick %nick | .hadd profil mask %mask | .hadd profil quand $+($time,-,$date) | .hsave -sai profil profil.ini $hget(profil,mask) | .hfree -s profil }
}
}