Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:join:#:{
set %nick $nick
set %mask $address($nick,1)
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
$iif(!$window(@Giriş),window -a @Giriş)
echo @Giriş 4 $nick 1Bundan Önce Giriş Yapdıgı Nick 2 %nick2 4 $+($chr(40),4 %quand ,$chr(41))
}
if !$ini(profil.ini,mask) { hashtable }
}
alias hashtable {
if !$hget(profil) { .hmake profil 5 }
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 }
}
Bu işini Görür.