if $remove($4,$chr(58)) == !bilgi && $5 && !$6- { if !$hmatch(helplist,$5) { cvp privmsg %kanal2 $kp($5) helper'i hakkında ayrıntılı bilgi bulunamadı. (Bot helper'i tanımamış olabilir. Veya yazdığınız rumuz helper olmayabilir.) | halt } cvp privmsg %kanal2 $kp(%kanal) UYARI: Sorunlu user $+ $kp($remove($gettok($4,1,61),$chr(58),$chr(42))) şuan'da yardım beklemekte. cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) $kp($remove($gettok($4,1,61),$chr(58),$chr(42))) Resmi IRC/d-Service(s) yardım kanalı olan, $kp(%kanal) kanalı'na hoşgeldiniz. cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) Kanal'da sadece IRC/d-Service(s) hakkında yardım verilmektedir. cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) Ip adresiniz; $kp($gettok($gettok($remove($4,$chr(58)),2,43),2,64)) kayıt edildi. Bugün bu IP adresinden; $kp($hget(ipler,$+($date,½,$gettok($gettok($remove($4,$chr(58)),2,43),2,64)))) defa giriş yaptınız. cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) Uyarı: Bu ip adresinden, bugün $+ $kp($date) $kp($calc(%limit - $hget(ipler,$+($date,½,$gettok($gettok($remove($4,$chr(58)),2,43),2,64))))) defa giriş yapabilme hakkınız kaldı. cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) - cvp privmsg $remove($gettok($4,1,61),$chr(58),$chr(42)) Eğer $kp(%kanal) kanal'ında online yetkili yok ise, özelime; $kp(!destek) yazınız. } } } if $remove($4,$chr(58)) == !helperler && !$5- { if !$hget(helplist) { cvp privmsg %kanal2 $kp(%kanal) kanal'ı için helper listesi boş. cvp privmsg %kanal2 Helper eklemek için; $kp(!hekle helper-nick-i) yazınız. | halt } else { cvp privmsg %kanal2 Bot'a kayıt ettiğiniz tüm helper'ler sıralanıyor; cvp privmsg %kanal2 Kayıtlı olan helper sayısı; $kp($hget(helplist,0).item) | cvp privmsg %kanal2 - var %1 = 1,%2 = $hget(helplist,0).item | while %1 <= %2 { cvp privmsg %kanal2 Helper: $kp($hget(helplist,%1).item) inc %1 } cvp privmsg %kanal2 - | cvp privmsg %kanal2 Kayıtlı olan tüm helper'ler sıralandı. cvp privmsg %kanal2 Listeye helper eklemek için; $kp(!hekle helper-nick) yazınız. cvp privmsg %kanal2 Listeden helper silmek için; $kp(!hsil helper-nick) yazınız. } if $remove($4,$chr(58)) == !hekle && !$6- { if $hmatch(helplist,$5) { cvp privmsg %kanal2 Bilgi: $kp($5) zaten helper listesinde. | halt } else { hadd -m helplist $5 1 | hsave -i helplist helplist.db | cvp privmsg %kanal2 Bilgi: $kp($5) helper listesine, başarı ile eklendi. } } if $remove($4,$chr(58)) == !hsil && !$6- { if !$hmatch(helplist,$5) { cvp privmsg %kanal2 Bilgi: $kp($5) helper listesinde bulunamadı. | halt } else { if $hmatch(helplist,$5) { hdel helplist $5 | hsave -i helplist helplist.db } if $hmatch(ygiris,$5) && $hmatch(ygiris,y) { hdec ygiris y $hget(ygiris,$5) | hdel ygiris $5 | hsave -i ygiris ygiris.db } if $hmatch(banlar,v) && $hmatch(banlar,$5) { hdec banlar v $hget(banlar,$5) | hdel banlar $5 | hsave -i banlar banlar.db } if $hmatch(text,t) && $hmatch(text,$5) { hdec text t $hget(text,$5) | hdel text $5 | hsave -i text text.db } if $hmatch(ycıkıs,y) && $hmatch(ycıkıs,$5) { hdec ycıkıs y $hget(ycıkıs,$5) | hdel ycıkıs $5 | hsave -i ycıkıs ycıkıs.db } if $hmatch(tvoice,v) && $hmatch(voice,$5) { hdec tvoice v $hget(voice,$5) | hdel voice $5 | hsave -i voice voice.db | hsave -i tvoice tvoice.db } if $isfile($+(helper/,$5,.txt)) { remove $+(helper/,$5,.txt) } cvp privmsg %kanal2 Bilgi: $kp($5) helper listesin'den silindi. } } }