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)
you have something wrong in your quiz.tcl script, you probably removed some proc which generates the started var ($started).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)