##########################
# BURAYA DOKUNMAYINIZ..!
##########################
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish
##########################
set admin "KuRSuN"
set network "67.159.24.54"
set timezone "EST"
set offset "5"
set my-hostname "67.159.24.54"
set my-ip "67.159.24.54"
# Botun Identi
set username "BizimTurk"
# Botun Nicki
set nick "TurkFM"
# Botun Alt Nicki
set altnick "Radio"
# Botun Ip Adresi
set my-ip "127.0.0.1"
# Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir)
set my-hostname "67.159.24.54"
# Botun Whois`inde Cikacak Olan yazi
set realname "11,1
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...] "
# Botun irc`ye baglandiginda yapicagi ilk sey
# Burdaki ornekte bot Undernet X`e login oluyor.
set init-server {
putserv "xxx.xxx"
}
# Botun girmeye calisacagi server listesi..
set servers {
xx.xxx:6667
}
# Botun girecegi Ilk kanal(Bu Kanal Botun Hafizasinda Dewamli kalicaktir.)
# Bot bu kanaldan cikmaz..Ancak burdan silinirse cikar..
channel add #Radyo {
need-op { putserv "SAMODE #Radyo +o $botnick" }
idle-kick 0
}
channel add #bizimturk {
idle-kick 0
}
channel add #dj {
need-op { putserv "SAMODE #dj +o $botnick" }
idle-kick 0
}
# Burada Botun girecegi Server tipini belirlemelisiniz..
# 0= Efnet , 1= IRCnet , 2= undernet , 3= DALnet , 4=Efnet Hybrid , 5= Digerleri
set net-type 5
# Botun sahibinin nicki
set owner "KuRSuN"
# Botun kullanici dosyasi
set userfile "radyo.user"
# Botun kanal listesi dosyasi
set chanfile "radyo.chan"
# logunu tutmak istediginiz kanal icin kullanabilirsiniz..
logfile jpk #radyo "logs/radyo.log"
# tmp dir. Botun gecici dosyalari sakliyacagi yer.
# set temp-path "/tmp"
# Kullandiginiz Bot turune gore birisinin onundaki #
# kaldiriniz..!
# botun calismasi icin asagidaki "die" ile basyalan satiri kaldirmalisiniz..
# Eger IRCturk Multi Kullaniyosaniza Bu Bolumu
# Basindaki # Isaretini Kaldirarak Aktif Ediniz.!
# Botunuza kisa yoldan komut vermek icin...
set shortnick "fvf"
# Botun olanlari yazacagi ana kanal.
set home "#Radyo"
##########################
# Dosya ve Script Ayarlari
##########################
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
listen 3334 all
logfile msbxco * "logs/zc-fm.log"
set console "mkcobxs"
loadmodule uptime
# bu bolum eklediginiz tcllere gore duzenliyeceginiz bolum..
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/userinfo.tcl
source scripts/radyo.tcl
source scripts/sifre.tcl
source scripts/istek.tcl
source scripts/identify.tcl
source scripts/join.tcl