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.
Old posts that have not been replied to for several years.
-
[R]
- Halfop
- Posts: 98
- Joined: Fri Apr 30, 2004 12:05 pm
Post
by [R] »
hello,
I have got a problem.. When I start the bot on my shell i get an error...
Like this:
Code: Select all
Tcl error in file 'eggdrop.conf':
[20:34] missing close-brace
while executing
"proc check_flybyin {nick uhost hand channel} {
global flybys visitcount visitchans visitstart publics
subst -nobackslashes -nocommands -novariables n..."
(file "scripts/aflyby.tcl" line 124)
invoked from within
"source scripts/aflyby.tcl"
(file "eggdrop.conf" line 469
Here is the line 124 of the script:
Code: Select all
proc check_flybyin {nick uhost hand channel} {
What can I do?? I only want that the script work!! Is that too much?

-
Alchera
- Revered One
- Posts: 3344
- Joined: Mon Aug 11, 2003 12:42 pm
- Location: Ballarat Victoria, Australia
-
Contact:
Post
by Alchera »
There's a missing left } in the proc.
Add [SOLVED] to the thread title if your issue has been.
Search |
FAQ |
RTM
-
[R]
- Halfop
- Posts: 98
- Joined: Fri Apr 30, 2004 12:05 pm
Post
by [R] »
Sorry What?!
I dont know what you mean.. Can you edit the script?
-
[R]
- Halfop
- Posts: 98
- Joined: Fri Apr 30, 2004 12:05 pm
Post
by [R] »
So... It works
Thx and greetz
[R]