Kod: Kodu kopyalamak için üzerine çift tıklayın!
on *:voice:#:{
.hinc -ms $+(#,voice) $vnick
.hsave -o $+(#,voice) $+(#,voice,.tprk)
msg # $+([13 ,$vnick,,1]) $+([14 ,#,,1]) 2Kanalında 1 $+([0,4,$hget($+(#,voice),$vnick),1]) 2~ Defa Voice Aldın. ~
}
on *:start:{
var %hash = $findfile($mircdir,*.tprk,0) | while %hash {
var %tprk = $token($findfile($mircdir,*.tprk,%hash),-1,92)
if !$hget(%tprk) { .hmake $token(%tprk,1,46) | .hload $token(%tprk,1,46) %tprk }
dec %hash
}
}