#! /home/sohbetler/eggdrop
###################################################################
## Bu dosya http://www.ilkshell.org adresinde oluşturulmuştur.   ##
## Botunuz için gerekli olan en kısa konfigürasyon dosyasıdır.   ##
##              Sener (info@ilkshell.org)                        ## 
###################################################################

###### Aşağıdaki 11 satırı değiştirmeyin!! #####
set mod-path "modules/"
set help-path "help/"
set text-path "text/"
loadmodule dns
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
checkmodule blowfish

##### Girdiğiniz bilgilerle oluşturulan kısımlar. #####
##### Aşağıdaki satırları isteğiniz doğrulutusunda değiştirebilirsiniz. #####
set username "IDENTD"
set nick "BOTNICK"
set altnick "YEDEKNICK"
set realname "Radio SERVERNAME "
set my-ip "IP"
set init-server { putserv "oper Security SIFRE"; 
  putserv "identify SIFRE";
  putserv "sajoin #Radyo"; 
  putserv "sajoin #DJ"; 
}
set servers { IP:6667 }
channel add #Radyo { chanmode "+nt-lik" idle-kick 0 stopnethack-mode 0 }
channel add #DJ { chanmode "+nti-k" idle-kick 0 stopnethack-mode 0 }
set net-type 5
listen 3232 all
set owner BOTSAHIBI

##### Dosyalar ve Dizinler #####
##### Bu satırdan itibaren bir değişiklik yapmanıza gerek yok. #####
set userfile "radyo.user"
set chanfile "radyo.chan"
set temp-path "/tmp"
logfile msbxco * "logs/radyo.log"
logfile jpk #Radyo "logs/Radyo.log"
set console "mkcobxs"

##### SCRIPTLER #####
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/userinfo.tcl
source scripts/radyo.tcl
source scripts/istek.tcl
loadhelp userinfo.help

