#! /home/a/eggdrop #################################################################### #Bu dosya http://WwW.garantias.com.tr adresinde olusturulmustur # # Ahmet BAGIS MaviOkyanuS (ahmet@garantias.com.tr) # #################################################################### ###### 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 "GarantiShell" set nick "Radyo" set altnick "DJ-Bot??" set realname "2GarantiShell INTERNET HIZMETLERI" set my-ip "64.32.7.180" set init-server { putserv "oper GMS Eggdrop"; putserv "sajoin #Radyo"; putserv "sajoin #dj"; } set servers { 64.32.7.180: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 GarantiShell ##### Dosyalar ve Dizinler ##### ##### Bu satırdan itibaren bir değişiklik yapmanıza gerek yok. ##### set userfile "DJ-Bot.user" set chanfile "DJ-Bot.chan" set temp-path "/tmp" logfile msbxco * "logs/DJ-Bot.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/radyo.tcl source scripts/istek.tcl loadhelp userinfo.help