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.

starting eggdrop >> invalid command name "

General support and discussion of Eggdrop bots.
Post Reply
B
Boo
Voice
Posts: 3
Joined: Sun Mar 30, 2008 7:32 am

starting eggdrop >> invalid command name "

Post by Boo »

hey guys'n girls, after i fixed the problems with egg not finding tcl lib's i am stucked here now... i tried many things i spend a long time on the config and i dont get it what is wrong... i don't find the " which should be wrong... searching with vim and all the things i could... searched here too and everything i found,i tried but nothing seems to help me a even a bit :(

Code: Select all

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[13:29] --- Loading eggdrop v1.6.18 (Sun Mar 30 2008)
[13:29] Module loaded: dns             
[13:29] Module loaded: channels        
[13:29] Module loaded: server          
[13:29] Tcl error in file 'eggdrop.conf':
[13:29] invalid command name "
  chat.lanlos.org:6668
"
    while executing
"{
  chat.lanlos.org:6668
}"
    (file "eggdrop.conf" line 833)
[13:29] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)


greetings
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Re: starting eggdrop >> invalid command name "

Post by dwickie »

Boo wrote:

Code: Select all

[13:29] invalid command name "
  chat.lanlos.org:6668
"
    while executing
"{
  chat.lanlos.org:6668
}"
    (file "eggdrop.conf" line 833)
[13:29] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
Check your server settings, the one you have in config its most likely wrong. It should be like:

Code: Select all

set servers {
  chat.lanlos.org:6668
}
B
Boo
Voice
Posts: 3
Joined: Sun Mar 30, 2008 7:32 am

Post by Boo »

Code: Select all

set servers 
{
  chat.lanlos.org:6668
}
i think thats the same as in my conf...



edit: omg... the { had to be one line higher... but another problem coming ;) maybe i can handle it.. thx 4 now ;)


edit²: can't get the bot to authorise himself -.- allready registered teh nickname for the bot myself but now i can't find something about the autorise via nickserv... or ... where i can put it in a config file or something
d
dwickie
Halfop
Posts: 76
Joined: Sat Aug 21, 2004 8:53 am
Location: /pub/beer

Post by dwickie »

Boo wrote: edit²: can't get the bot to authorise himself -.- allready registered teh nickname for the bot myself but now i can't find something about the autorise via nickserv... or ... where i can put it in a config file or something
search forum for "nickserv" you will find some scripts ;)
B
Boo
Voice
Posts: 3
Joined: Sun Mar 30, 2008 7:32 am

Post by Boo »

thx again! it joins it identifys .. now i can continue the work ;)
Post Reply