!voicem nick Sorunu ayarlıyamadım Yardım Lütfen
on *:voice:#help: {
set %Kanal $chan
if !$count($nick(#help,$vnick).pnick,%,@,&) {
if $read(VoiceNick.txt,w,$+(*,$nick,*)) { write $+(-,l,$readn) VoiceNick.txt $nick $calc($token($read(VoiceNick.txt,$readn),2,32) + 1) }
else { write VoiceNick.txt $nick 1 }
}
}
on *:text:*:#:{
if $chan == #helpteam || $chan == #helpsop {
if $1 == !voicem {
if $2 {
msg $chan 2 $+ $2 $+ : $gettok($read(VoiceNick.txt,%voice),1,32) [4Voice Sayısı] 2 $token($read(VoiceNick.txt,%voice),$2))
}
elseif !$2 {
msg $chan 2 $+ $nick $+ : $gettok($read(VoiceNick.txt,%voice),1,32) [4Voice Sayısı] 2 $token($read(VoiceNick.txt,%voice),1,32))
}
}
}
if $1 == !vlist {
if $chan == #helpteam && $nick !isop $chan { .msg $chan 4[UYARI] bu komutu kullanmaya yetkili değilsiniz. $nick $+ . }
else {
if $lines(VoiceNick.txt) == 0) { msg # %Kanal 2Kanalinda Voice Verilmemistir. | halt }
else {
msg $chan - 4#Help 2Kanali Voice İstatistik Biglileri..
msg $chan -
var %voice 1
while %voice <= $lines(VoiceNick.txt) {
msg $chan - [4Nick] $gettok($read(VoiceNick.txt,%voice),1,32) [4Voice Sayısı] 2 $token($read(VoiceNick.txt,%voice),2,32))
inc %voice
}
msg $chan -
msg $chan - 2Voice istatistik liste sonu..
}
}
}
if $1 == !vsıfırla {
if $chan == #helpteam && $nick !isop $chan { .msg $chan 4[UYARI] bu komutu kullanmaya yetkili değilsiniz. $nick $+ . | return }
msg $chan 4#Help 2Kanali Voice İstatistik sifirlanmistir.
.remove VoiceNick.txt | write -c VoiceNick.txt
}
} |