Services Nicki kayıt edemezsin, ama kanaldayken kayıtlı gösterebilirsin.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
os raw svsmode nick +r
Part olayına gelirsek bu TCL nin amacı toplu halde bot oluşturup toplu halde çıkış sağlamak eğerki sende toplu part istiyorsan;
Bu kodun hemen altına: Kod: Kodu kopyalamak için üzerine çift tıklayın!
if {[string match -nocase "sil" $text]} {
set file [open $document r]
set listfile [split [subst -nocommands [read $file]] "\n"]
foreach i $listfile {
putquick "OperServ RAW :$i quit $quit_msg"
putquick "PRIVMSG $op_chan :$i nickli bot sunucudan çıkartılmıştır."
}
close $file
}
Şu kodu yapıştır kaydet: Kod: Kodu kopyalamak için üzerine çift tıklayın!
if {[string match -nocase "part" $text]} {
set file [open $document r]
set listfile [split [subst -nocommands [read $file]] "\n"]
foreach i $listfile {
putquick "OperServ RAW :$i part $kanallar :$part_msg"
putquick "PRIVMSG $op_chan :$i nickli bot kanallardan çıkartılmıştır."
}
close $file
}
Komut
!bot part kanallardan bütün botlar part edicektir..
Unutmadan TCL nin içindeki
set quit_msg gibi birtanede
set part_msg olustur mesajını yaz globale ekle
OK..