| View previous topic :: View next topic |
| Author |
Message |
Sheldon Voice
Joined: 13 May 2006 Posts: 25
|
Posted: Sun May 14, 2006 6:57 am Post subject: error line1 ? [solved] |
|
|
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 |
|
| Back to top |
|
 |
krimson Halfop

Joined: 19 Apr 2006 Posts: 86
|
Posted: Sun May 14, 2006 7:38 am Post subject: |
|
|
commenting out that line with # should work
Last edited by krimson on Wed May 17, 2006 2:02 am; edited 1 time in total |
|
| Back to top |
|
 |
Sheldon Voice
Joined: 13 May 2006 Posts: 25
|
Posted: Sun May 14, 2006 9:06 am Post subject: |
|
|
yes!!!
cheers mate
working now  |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Sun May 14, 2006 10:36 am Post subject: |
|
|
first line should be
| Code: | | #! /home/sheldon/bot/eggdrop |
if you plan to make it executable |
|
| Back to top |
|
 |
|