görünen conf ile alakalı bir sorun yok ki yükleniyor.çıkan mesaj buysa..sana bir örnek conf vereyim düzenlersin için rahat etmiyorsa conf ile ilgili.ancak sorun conf ile ilgili değil gibi. shell'inden kaynaklanıyor olabilir.
bazı shelllerde arka plan işlem sınırı uygulabiliyor yada irc bağlantısı limiti konabiliyor hatta ben bazı shellerde nohup yada daemon kullanmadan aynı söylediğin şekilde putty kapatır kapatmaz işlemi düşürdüğünü arka plan uygulama çalıştırtmadığına dahi şahit oldum ..botla alakalı gördüğün bir hata mesajı yoksa bunun nedeni büyük ihtimal shell'den kaynaklanıyor olabilir.
Kod: Kodu kopyalamak için üzerine çift tıklayın!
#! /home/kullanıcı-adın/eggdrop
# ^- set that to the directory eggdrop is in ie "#! /home/lamest/egg/eggdrop"
#
# $Id: eggdrop.simple.conf,v 1.3 2001/07/18 06:20:55 tothwolf Exp $
#
# This is a sample configuration file for your bot. You will definitely
# want to edit this, to set up your bot. Right now it creates a bot called
# "LamestBot" which sits on channel #lamest.
#
# more options can be found in files in doc/settings/
#
# IMPORTANT: Remember to make install and cd to the directory it created
# (~/eggdrop by default) before you continue, running the bot from
# eggdrop1.6.x/ will not work.
#
# PLEASE EDIT THIS FILE COMPLETELY! YOUR BOT WILL NOT FUNCTION PROPERLY IF
# YOU DO NOT CONFIGURE IT CORRECTLY! WE CAN NOT STRESS THIS ENOUGH!
# don't edit those 9 lines now!!
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
loadmodule share
loadmodule transfer
checkmodule blowfish
# start configuring here!
##### variables:
set nick bot-nicki
set username botun kullanıcı adı
set botnet-nick botnette görünen adı
set init-server { putserv "MODE $nick +i-ws" }
set init-server { putserv "IDENTIFY şifresi" }
# the nick of the bot, that which it uses on IRC, and on the botnet
# unless you specify a sperate botnet-nick
set altnick "botunikinci nicki"
# an alternative nick to use if the nick specified by 'set nick' is
# unavailable. All '?' characters will be replaced by a random number.
set realname "bot-fullname"
# what to display in the real-name field for the bot
set servers {
sunucun:port
}
# the server list -- the bot will start at the first server listed, and cycle
# through them whenever it's disconnected
# (please note: you need to change these servers to YOUR network's servers)
channel add #kanal-adı
set global-flood-chan 0:0
set global-flood-deop 0:0
set global-flood-kick 0:0
set global-flood-join 0:0
set global-flood-ctcp 0:0
set global-flood-nick 0:0
set global-chanmode ""
set global-stopnethack-mode 0
set global-revenge-mode 0
set global-ban-time 0
set global-exempt-time 0
set global-invite-time 0
unbind msg - ident *msg:ident
unbind msg - addhost *msg:addhost
set allow-dk-cmds 1
set dupwait-timeout 5
set mode-buf-length 200
set wait-info 180
set learn-users 0
set ban-fun 0
set kick-fun 0
set max-modes 30
set max-invites 20
set max-bans 30
set bounce-modes 0
set bounce-bans 0
set ctcp-mode 0
set nick-len 32
set optimize-kicks 1
set exclusive-binds 0
set max-queue-msg 300
set trigger-on-ignore 0
set serverror-quit 1
set check-stoned 1
set servlimit 0
set server-timeout 60
set server-cycle-wait 60
set never-give-up 1
set flood-ctcp 10:60
set flood-msg 10:60
set answer-ctcp 3
set lowercase-ctcp 0
set quiet-reject 1
set keep-nick 1
set strict-host 0
set share-greet 0
set force-expire 0
set use-info 1
set max-dcc 50
unbind dcc n simul *dcc:simul
unbind dcc n tcl *dcc:tcl
unbind dcc n set *dcc:set
set die-on-sigterm 1
set die-on-sighup 1
set whois-fields "url birthday"
set default-flags "hp"
set notify-newusers "$owner"
set hourly-updates 15
set ignore-time 15
set resolve-timeout 25
set paranoid-telnet-flood 1
set telnet-flood 10:60
set dcc-flood-thr 3
set connect-timeout 25
set use-telnet-banner 0
set stealth-telnets 0
set open-telnets 0
set require-p 0
set ident-timeout 10
set dcc-sanitycheck 0
set protect-telnet 0
set share-unlinks 1
set remote-boots 2
set telnet-banner "text/banner"
set motd "text/motd"
set sort-users 0
set timezone "GMT"
set offset "-2"
set dcc-block 0
set max-dloads 3
set copy-to-tmp 0
set xfer-timeout 40
set files-path "filesys/"
set incoming-path "filesys/incoming/"
set upload-to-pwd 0
set filedb-path ""
set max-file-users 20
set max-filesize 1024
set console-autosave 1
set force-channel 0
set info-party 0
set opchars "@&~"
set global-chanset {
+enforcebans
+dynamicbans +userbans
-dynamicexempts -userexempts
-dynamicinvites +userinvites
-autoop -autohalfop -autovoice
-bitch -protectops -protecthalfops
-protectfriends -revenge -revengebot
+dontkickops
-greet -statuslog
-secret +shared
-cycle -inactive
-seen
+nodesynch
}
set net-type 5
# set here your network
# [0/1/2/3/4/5] What is your network?
# 0 = Efnet (non +e/+I hybrid), 1 = IRCnet, 2 = Undernet, 3 = Dalnet,
# 4 = Efnet +e/+I hybrid, 5 = Others
# log files
set max-logs 5
set max-logsize 0
set quick-logs 0
set raw-log 0
logfile jpk * logs/${username}.log
set log-time 1
set keep-all-logs 0
set logfile-suffix .%d%b%Y
set switch-logfiles-at 300
set quiet-save 1
# Eggdrop Telnet Port & Connection IP botun telnet bağlantı portu ve ip yada hostu gir.
listen 3333 all
set my-ip 0.0.0.0
# User Settings
set owner bot-sahip
set admin bot-admini
addlang "english"
# files & directories
if {![file isdirectory system]} {
file mkdir system
}
set pidfile system/pid.${username}
set userfile system/${username}.user
set chanfile system/${username}.chan
set ident "Coke"
bind evnt -|- connect-server evnt:connect_server
proc evnt:connect_server { type } {
global ident
set file [open ~/.oidentd.conf "w"]
puts $file "global { reply \"$ident\" }"
close $file
}
# default console flags
set console "mkcobxs"
##### SCRIPTS #####
# these are some commonly loaded (and needed) scripts.
source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/compat.tcl
source scripts/AddUsers.tcl
#source scripts/userinfo.tcl
source scripts/chantoolz.tcl
#loadhelp userinfo.help