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.

Tcl error? Config file not loaded?

Old posts that have not been replied to for several years.
Locked
M
MrSnake

Tcl error? Config file not loaded?

Post by MrSnake »

guys, when I try ./eggdrop -m eggdrop.conf
I get this message:

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[22:56] --- Loading eggdrop v1.6.15 (Fri Sep 5 2003)
[22:56] Tcl error in file 'eggdrop.conf':
[22:56] invalid command name "/home/eggdrop"
while executing
"/home/eggdrop"
(file "eggdrop.conf" line 1)
[22:56] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

The flle is there alright.
Is there something that I'm missing here?
Please note that I'm a n00b at it, so ANY tips would be great.

cheers,
MrSnake
e
egghead
Master
Posts: 481
Joined: Mon Oct 29, 2001 8:00 pm
Contact:

Re: Tcl error? Config file not loaded?

Post by egghead »

MrSnake wrote:guys, when I try ./eggdrop -m eggdrop.conf
I get this message:

Eggdrop v1.6.15 (C) 1997 Robey Pointer (C) 2003 Eggheads
[22:56] --- Loading eggdrop v1.6.15 (Fri Sep 5 2003)
[22:56] Tcl error in file 'eggdrop.conf':
[22:56] invalid command name "/home/eggdrop"
while executing
"/home/eggdrop"
(file "eggdrop.conf" line 1)
[22:56] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)

The flle is there alright.
Is there something that I'm missing here?
Please note that I'm a n00b at it, so ANY tips would be great.

cheers,
MrSnake
Compare the first line of your config file with the first line of a default config file (note the "#!").
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

File? eggdrop should be a directory, actually the one you installed your eggdrop into.
M
MrSnake

Post by MrSnake »

Thx guys, got it up and running.
Locked