20 Nisan 2009, 18:34
|
#2 |
Çevrimdışı
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
| Cevap: selam bana conf dosyası lazım bı tane
Ne tur ama ne amacla kullancan Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir. Kod: Kodu kopyalamak için üzerine çift tıklayın! ##########################
# BURAYA DOKUNMAYINIZ..!
##########################
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule blowfish
##########################
# Botun Identi
set username "IRCd"
# Botun Nicki
set nick "K-Security"
# Botun Alt Nicki
set altnick "toksik"
# Botun Ip Adresi
set my-ip "89.149.203.71"
# Botun Vhost`u (eger destekliyorsa.. Buradaki Vhostun my-ip ile uyusmasi gereklidir)
set my-hostname "89.149.203.71"
# Botun Whois`inde Cikacak Olan yazi
set realname "KELEBEK IRCd Security"
set init-server {
putserv "Umode +c"
putserv "PRIVMSG nickserv :IDENTIFY sssss "
putquick "Oper K-Security opersifresi"
putserv "PRIVMSG operserv :su supass"
}
# Botun girmeye calisacagi server listesi..
set servers {
89.149.203.71:6667
}
# Botun girecegi Ilk kanal(Bu Kanal Botun Hafizasinda Dewamli kalicaktir.)
# Bot bu kanaldan cikmaz..Ancak burdan silinirse cikar..
channel add #KELEBEK {
chanmode "+nt"
idle-kick 0
stopnethack-mode 0
}
#==================== GENERAL BOT CHANNEL MODULES ==================#
loadmodule channels
set chanfile "scripts/log/koruma.chan"
set ban-time 0
set exempt-time 60
set invite-time 60
set force-expire 0
set share-greet 0
set use-info 1
set global-flood-chan 5:3
set global-flood-deop 5:10
set global-flood-kick 0:0
set global-flood-join 8:30
set global-flood-ctcp 8:30
set global-chanset {
+clearbans +enforcebans
+dynamicbans +userbans
+autoop -bitch
+greet +nodesynch
+statuslog -stopnethack
-revenge -secret
-autovoice +cycle
+dontkickops -wasoptest
-inactive +protectfriends
+shared -seen
+userexempts +dynamicexempts
+userinvites +dynamicinvites
}
channel add #Sohbet {
need-op { putserv "MODE #Sohbet +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #operlog {
need-op { putserv "MODE #operlog +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #Oyun {
need-op { putserv "MODE #Oyun +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #Radyo {
need-op { putserv "MODE #Radyo +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #Zurna {
need-op { putserv "MODE #Zurna +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #istanbul {
need-op { putserv "MODE #istanbul +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #opers {
need-op { putserv "MODE #opers +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #darkroom {
need-op { putserv "MODE #darkroom +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #Sohbet {
need-op { putserv "MODE #Sohbet +o $botnick " }
chanmode "+nt"
idle-kick 0
}
channel add #Bursa {
need-op { putserv "MODE #Bursa +o $botnick " }
chanmode "+nt"
idle-kick 0
}
set global-chanmode ""
# 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 "toXic"
# Botun kullanici dosyasi
set userfile "bot.user"
# Botun kanal listesi dosyasi
set chanfile "bot.chan"
# logunu tutmak istediginiz kanal icin kullanabilirsiniz..
logfile jpk #shell "logs/fjoin.log"
# tmp dir. Botun gecici dosyalari sakliyacagi yer.
# set temp-path "/tmp"
# Kullandiginiz Bot turune gore birisinin onundaki #
# kaldiriniz..!
# Eger IRCturk Multi Kullaniyosaniz Bu Bolumu
# Basindaki # Isaretini Kaldirarak Aktif Ediniz.!
# Botunuza kisa yoldan komut vermek icin...
set shortnick "fvf"
# Botun olanlari yazacagi ana kanal.
set home "#OPERLOG"
##########################
# 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..
loadmodule uptime
# bu bolum eklediginiz tcllere gore duzenliyeceginiz bolum..
source scripts/badnick.tcl
Konu toXic tarafından (20 Nisan 2009 Saat 18:39 ) değiştirilmiştir.
|
| |