mIRC Helper Takip Remotesi
on *:VOICE:#help: {
//set %user $$2
//set %helper $nick
/enable #vois
}
on *:DEVOICE:#help: {
//unset %helper
/disable #vois
}
ON *:PART:#help: {
if ($nick == %user) {
/disable #vois
//unset %user
}
}
#vois off
on *:text:*:#help:{
write helper/ $+ %helper $+ .txt $nick $+ : $1-
}
#voice end
on *:text:*!goster*:#helpsop:{
play #helpsop helper/ $+ $2 $+ .txt
}
on *:text:*!Doğru*:#helpsop:{
inc %Yes $+ $2 1
.remove helper/ $+ $2 $+ .txt $1
}
on *:text:*!Yanlış*:#helpsop:{
inc %No $+ $2 1
.remove helper/ $+ $2 $+ .txt $1
}
on *:text:*!rapor*:#helpsop:{
//set %toplam %Yes [ $+ [ $2 ] ] + %No [ $+ [ $2 ] ]
/msg #helpsop $2 Nicki Toplam %toplam kişiye Yardım Etmiştir, Bundan %Yes [ $+ [ $2 ] ] Tanesi Doğru Cevap, %No [ $+ [ $2 ] ] Tanesi Yanlış Cevaptır..
.remove helper/ $+ $2 $+ .txt $1
//Unset %toplam
}
Amacı :
#help kanalında voice verıldıgı zaman kanalı loglar, ve voice veren nickin adıyla helper klasorune kaydeder, helpsop kanalında !goster nıck yazınca o helperın yardım ettıgı log dosyası buraya pastelenır,
!doğru Nick yazınca bır puan verır doğrular hanesıne
!yanlış nick yazınca bir puan verir yanlıslar hanesine
!rapor nick ise o helperın kac doğru kac yanlıs cevabı oldugunu helpsop kanalına soyler,
kodu kullanmadan once scriptdir içine helper diye klasör açınız,
Kod Helpsopları İçindir,
Alıntıdır.