hi.
i'm running eggdrop 1.6.17 on linux 2.6.9.
i got the following "annoyance", its not really a problem in fact:
my isp makes use of 8-hour-disconnects as well as dynamically assigned ip-adresses.
because of this, my eggdrop gets disconnected from quakenet every 8 hours as well, but instead reconnecting after, lets say, 1 minute, my eggdrop usually takes 30min-2h until he's back @ quakenet.
in fact, the process keeps running, but my bot simply does nothing.
understand me, i can access telnet without problems, can change channel settings and so on, the only thing the bot does not is reconnecting to the quakenet.
it reconnects very well after .jump on the party-line, but i've to do that manually each and every 8 hours.
so, my "annoyance" is, that the bot takes veryyyyy long to reconnect.
is t here any way to speed this up?
i got the following settings:
--
set never-give-up 1
set server-cycle-wait 5
set server-timeout 5
set servlimit 0
set check-stoned 1
set serverror-quit 1
--
i tried the following script as well, but it didnt work as expected...
--
bind evnt - disconnect-server meks:reconnect
proc meks:reconnect {t} {
jump
}
--
anybody got some solution?
i'd really appreciate it...