Tekil Mesaj gösterimi
Alt 26 Haziran 2021, 23:24   #1
No_FeaR
Sen Geleceksin Diye, Ben Hep Yarım Kaldım.
No_FeaR - ait Kullanıcı Resmi (Avatar)

Standart Örnek Bir Eggdrop Conf Dosyası (ircforumu.conf)

Bu aşamayı anlatmama zaten gerek yok. ^_^


Sunucunuza göre düzenleyip. FTP üzerinden shell hesabınıza atıp SSh üzerinden botu login yapabilirsiniz.



Kod

###### Bilgi Satiri #####
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
##### Bilgi Satiri #####
##### Bot bilgileri #####
set nick “IRCForumuBot”
set realname “www.IRCForumu.ORG Eggdrop Bot System”

#Bu opsiyonel su an kapalidir. Eger botunuz herhangi bir nedenden oturu size ctcp acmiyorsa
#Bu satira botun barindirilmis oldugu host’un ip adresini yazmaniz yeterli olacaktir.

#set my-ip “1.2.3.4″

set init-server {
putserv “oper opernick opersifre”
putserv “PRIVMSG nickserv identify nicksifresi”
}
set servers { 66.90.107.187:6667 }
channel add #KanalAdı { chanmode “lik” idle-kick 0 stopnethack-mode 0 }
set net-type 5
set owner No_FeaR

##### Dosyalar ve Dizinler #####
##### Bilgi Satiri #####
set userfile “bots.user”
set chanfile “bots.chan”
set temp-path “/tmp”
logfile msbxco * “logs/bots.log”
logfile jpk #kanaladi “logs/#kanaladi.log”
set console “mkcobxs”

##### SCRIPTLER #####
source scripts/userinfo.tcl
source scripts/script1.tcl
source scripts/script2.tcl
source scripts/script3.tcl
loadhelp userinfo.help
# EndOf
________________

Sabrettiğimi Sanarken, Vazgeçtiğimi Öğrendim..