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.

Launch commands at eggdrop startup

Old posts that have not been replied to for several years.
Locked
c
ckdo

Launch commands at eggdrop startup

Post by ckdo »

Hi all,

Is there any to tun commands at eggdrop startup ( i mean ... when the eggdrop process is launched from the shell command line ) ?

I load a TCL script within the config file which contain an xdcc server but it doesn't start automatically. I have to enter the ".xstart" command in console mode.

Thanks for any help !
User avatar
CrazyCat
Revered One
Posts: 1359
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

add an auto-launch at the end of the script, like this:

(I wonder start:launch is the name of the proc called by .xstart)

start:launch $botnick 1 ""

It's horrible, but it works :)
Locked