Bu CONF'u Kendine Göre Ayarla PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
loadmodule channels loadmodule server loadmodule ctcp loadmodule irc loadmodule notes loadmodule console loadmodule blowfish
######################### #Değiştirmeniz gereken yerler ip-adresi, server-ip, port, nick şifresi #oper şifresi, kanal adlarıdır. Onların haricindeki yerlere #dokunmayınız. Özellikle botun adına kesinlikle dokunmayınız #Başka yerde başka isimle görüldüğünde tarafımca ifşa edilecektir. ###########################
# Botun Identi set username "S.O.S" # Botun Nicki set nick "Oasis" # Botun Alt Nicki set altnick "Oasis`" # Botun Ip Adresi set my-ip "İP ADRESİ" # Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir) set my-hostname "İP ADRESİ" # Botun Whois`inde Cikacak Olan yazi set realname "IRC Network" # Botun ircye baglandiginda yapicagi ilk islemler. bind evnt - init-server grs set opchars "@%&~"
proc grs {type} { global botnick putquick "MODE $botnick +i-ws" -next putquick "PRIVMSG Nickserv :identify botnicksifre" -next putquick "OPER Oasis botopersifre" -next putquick "MODE Oasis +H" -next putquick "MODE Oasis +s -nN" -next
} # Botun girmeye calisacagi server listesi.. set servers { İP ADRESİ:6667 } #Botun kanalları channel add #Muhabbet { chanmode "+nt" idle-kick 0 stopnethack-mode 0 flood-chan 10:5 +nodesynch }
channel add #Radyo { chanmode "+nt" idle-kick 0 stopnethack-mode 0 flood-chan 10:5 +nodesynch }
channel add #Oyun { chanmode "+nt" idle-kick 0 stopnethack-mode 0 flood-chan 10:5 +nodesynch }
channel add #Help { chanmode "+tn" idle-kick 0 stopnethack-mode 0 flood-chan 10:5 +nodesynch }
################################ #Burdan sonrasında değişiklik yapmanıza gerek yok. ################################
set global-flood-chan 10:5 set global-flood-kick 50:1 set global-flood-deop 50:1 set global-flood-ctcp 20:60
set global-chanset { -autoop -autovoice -bitch +cycle +dontkickops -dynamicbans -dynamicexempts -dynamicinvites -enforcebans -greet +nodesynch -inactive -protectfriends -protectops -revenge -revengebot -secret -seen -shared -statuslog +userbans +userexempts +userinvites -protecthalfops -autohalfop }
set nick-len 20 set net-type 6 # Botun sahibinin nicki set owner "NİCKİN" # Botun kullanici dosyasi set userfile "$nick.user" # Botun kanal listesi dosyasi set chanfile "$nick.chan"
# logunu tutmak istediginiz kanal icin kullanabilirsiniz.. logfile jpk #opers "logs/master.log"
set shortnick "Oass"
set home "#opers"
set mod-path "modules/" set help-path "help/" set text-path "text/" listen 3339 all logfile msbxco * "logs/eggdrop.log" set console "mkcobxs"
source scripts/alltools.tcl source scripts/sajoin.tcl source scripts/action.fix.tcl source scripts/compat.tcl source scripts/userinfo.tcl source scripts/tclismi.tcl
source scripts/tclismi.tcl yazan yere kendi tcl'nin ismini yazarsan sorun kalmayacaktır girecegi kanalları kendine göre ayarla yalnız botun oper olması gerekiyor
|