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.

tcl error help

Old posts that have not been replied to for several years.
Locked
p
psyduck
Voice
Posts: 7
Joined: Wed Jul 13, 2005 3:44 am

tcl error help

Post by psyduck »

http://www.egghelp.org/tclhtml/3478-4-5-0-1.htm MoxQuizz error "scripts/moxquizz.tcl" line 3468

Code: Select all

[color=mx_config_read $configfile

mx_log "**********************************************************************"
mx_log "--- $botnick started"

mx_read_questions $quizconf(questionset)
mx_read_channeltips $channeltipfile
mx_read_prices $pricesfile
moxquiz_rules_read $botnick 0 {}
moxquiz_rank_load $botnick 0 {}    error line -->     mx_config_read $configfile 
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

remove the '[' from the line

Code: Select all

[color=mx_config_read $configfile 
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked