Örnek Bir Eggdrop Conf Dosyası (forumwebmaster.conf)

[XFB] Konu Bilgileri

Konu Hakkında Merhaba, tarihinde Eggdrop, NeoStats, BNC kategorisinde Websoft tarafından oluşturulan Örnek Bir Eggdrop Conf Dosyası (forumwebmaster.conf) başlıklı konuyu okuyorsunuz. Bu konu şimdiye dek 74 kez görüntülenmiş, 0 yorum ve 0 tepki puanı almıştır...
Kategori Adı Eggdrop, NeoStats, BNC
Konu Başlığı Örnek Bir Eggdrop Conf Dosyası (forumwebmaster.conf)
Konuyu başlatan Websoft
Başlangıç tarihi
Cevaplar
Görüntüleme
İlk mesaj tepki puanı
Son Mesaj Yazan Websoft

Websoft

admin
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 “FORUMWEBMASTER”
set realname “www.FORUMWEBMASTER.COM.TR 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 Websoft

##### 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
 
Üst