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.

error line1 ? [solved]

General support and discussion of Eggdrop bots.
Post Reply
S
Sheldon
Voice
Posts: 25
Joined: Sat May 13, 2006 11:41 am

error line1 ? [solved]

Post by Sheldon »

thats a good start!! error line 1, didnt get far did it :(

although i feel ive done things right so far, my eggdrop wont start?

this is what i get

[sheldon@server bot]$ ./eggdrop -m hotbird.conf

Eggdrop v1.6.17 (C) 1997 Robey Pointer (C) 2004 Eggheads
[10:41] --- Loading eggdrop v1.6.17 (Sun May 14 2006)
[10:41] Tcl error in file 'hotbird.conf':
[10:41] invalid command name "/home/sheldon/bot/eggdrop"
while executing
"/home/sheldon/bot/eggdrop"
(file "hotbird.conf" line 1)
[10:41] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
[sheldon@server botdir]$ pwd
/home/sheldon/bot
[sheldon@server bot]$

and line 1 looks like this

/home/sheldon/bot/eggdrop

i dont understand?
can somone shed some light on this please

i was convinced it was because i installed it wrong, so did that all again
then i deleted my .conf file and edited it again using another editor thinking using notepad damaged it in some way

still no joy...

im gonna be bald lol
Last edited by Sheldon on Mon May 15, 2006 9:08 pm, edited 1 time in total.
User avatar
krimson
Halfop
Posts: 86
Joined: Wed Apr 19, 2006 8:12 am

Post by krimson »

commenting out that line with # should work
Last edited by krimson on Wed May 17, 2006 2:02 am, edited 1 time in total.
S
Sheldon
Voice
Posts: 25
Joined: Sat May 13, 2006 11:41 am

Post by Sheldon »

yes!!!

cheers mate

working now :)
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

first line should be

Code: Select all

#! /home/sheldon/bot/eggdrop
if you plan to make it executable
Post Reply