This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop and shell

General support and discussion of Eggdrop bots.
Post Reply
r
ranny
Halfop
Posts: 49
Joined: Wed Jun 22, 2005 2:00 pm
Location: switzerland

Eggdrop and shell

Post by ranny »

Hello all,

I've an eggdrop on shell. But it disconnect many times of the server(ping timeout). But when i connect putty, i see eggdrop with his pid. But it's not connect to the server.
It's possible to look every hour if egg is connect to the server and, if no, reconnect it. How?

Thx and sorry for bad english :oops:
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

Try and enable the 'check-stoned' setting in your config, the bot should figure out for itself when it's disconnected then.
r
ranny
Halfop
Posts: 49
Joined: Wed Jun 22, 2005 2:00 pm
Location: switzerland

Post by ranny »

I've the 'check-stoned' setting in my config but eggdrop not connect it :?:
It's possible to make a code tcl who verify that egg is connect ?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

# Set this to 1 if Eggdrop should check for stoned servers? (where the
# server connection has died, but Eggdrop hasn't been notified yet).
set check-stoned 1
greenbear wrote: the bot should figure out for itself when it's disconnected then.
Restart your bot once alteration is made.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

check-stoned shouldn't be configurable, it should be always ON since the underlying code simply checks for existance of PING reply from server

what should be configurable (alas, it's not) is the PING frequency - some servers are more lagged than others, and no PING reply shouldn't automatically mean "stoned" server - the server simply might not have enough time to respond, possibly under heavy load
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply