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.

extra characters after close-quote???

Old posts that have not been replied to for several years.
Locked
a
abbys

extra characters after close-quote???

Post by abbys »

hi..
I got and error from scramble.tcl which i'm confuse where the error is.
the error is :
Tcl error in script for 'timer1': extra characters after close-quote.

because of long-long code i'm not able to locate the error. I know the solution of that error is there a character after "" but where.

any suggestions and reply is very appreciated.

Thanks.
User avatar
]Kami[
Owner
Posts: 590
Joined: Thu Jul 24, 2003 2:59 pm
Location: Slovenia
Contact:

Post by ]Kami[ »

copy the script...
a
abbys

oups???

Post by abbys »

i'm new to shell, how can I copy a file from shell to my hardisk? :).
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Post by Rusher2K »

You can download files from shell with the Client from www.ssh.com
a
abbys

anyway...here come new error ?????!!!

Post by abbys »

When first star the eggdrop I get this error :

Code: Select all

can't read "started": no such variable 
    while executing 
"expr $started + [unixtime] - $timeranksaved" 
    ("default" arm line 3) 
    invoked from within 
"switch -regexp $line { 
                    "^winscore: .+ *$" { 
                        scan $line "winscore: %d" quizconf(winscore) 
                    } 
                    "^rankreset: +[0-9]+ *$" { 
                        scan $li..." 
    (procedure "tmcquiz_rank_load" line 21) 
    invoked from within 
"tmcquiz_rank_load $botnick 0 {}" 
    (file "scripts/quiz.tcl" line 2701) 
    invoked from within 
"source scripts/quiz.tcl" 
    (file "my.conf" line 70) 
?? :cry:
User avatar
Rusher2K
Halfop
Posts: 88
Joined: Fri Apr 18, 2003 10:45 am
Location: Germany
Contact:

Post by Rusher2K »

Post the Script and the error msg and not only the error msg.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Re: anyway...here come new error ?????!!!

Post by Sir_Fz »

abbys wrote:When first star the eggdrop I get this error :

Code: Select all

can't read "started": no such variable 
    while executing 
"expr $started + [unixtime] - $timeranksaved" 
    ("default" arm line 3) 
    invoked from within 
"switch -regexp $line { 
                    "^winscore: .+ *$" { 
                        scan $line "winscore: %d" quizconf(winscore) 
                    } 
                    "^rankreset: +[0-9]+ *$" { 
                        scan $li..." 
    (procedure "tmcquiz_rank_load" line 21) 
    invoked from within 
"tmcquiz_rank_load $botnick 0 {}" 
    (file "scripts/quiz.tcl" line 2701) 
    invoked from within 
"source scripts/quiz.tcl" 
    (file "my.conf" line 70) 
?? :cry:
you have something wrong in your quiz.tcl script, you probably removed some proc which generates the started var ($started).
a
abbys

:)

Post by abbys »

Problem solve. thanks everyone. But My shell is down :(
Locked