PDA

View Full Version : eggdrop didn't reconnect


latdna
03-17-2005, 03:27 PM
I have EGGDROP 1.6.17 with poci's patch and installed it to services Using firedaemon.
Problem is this when bot get disconnected
Example: internet connection get disconnected
bot didn't try to reconnect to server without killing process
It's only saying Disconnected from server but not even trying reconnect but if bot get ping timeouted it's came back.

my eggdrop.conf is

set username "neekeri"
set admin "neekeri"
set network "link-net"
set my-hostname "xxx-xxx.mine.nu"
set userfile "xxx.user"

set pidfile "pid.xxx"
set temp-path "tmp"
set botnet-nick "xxx"
listen 19435 all
set owner "xxxx"
set chanfile "xxx.chan"
set net-type 0
set nick "xxx-xxx"
set altnick "_xxx-xxx"
set realname "Idiot"
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +ih-ws"
}
set servers {
fi.link-net.org:7000
irc.area51.se:7000
irc-c.netfire.com:7000

irc.glassbilen.net:7000
irc.firelab.net:7000
irc.config.no:7000
}
set console "mkcobxs"
set use-ssl 1
loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule console
loadmodule uptime
loadmodule blowfish
loadmodule share
loadmodule transfer


source scripts/alltools.tcl
source scripts/action.fix.tcl
source scripts/aidle.tcl
source scripts/tcleggdrop_mcpsfuncs.tcl
source scripts/nettools-3.4.1.tcl
source scripts/getops.tcl
source scripts/iojTQ/iojTQ.tcl
source scripts/compat.tcl

source scripts/userinfo.tcl
loadhelp userinfo.help