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.

Problem whith Netset.tcl

Old posts that have not been replied to for several years.
Locked
J
Jumper

Problem whith Netset.tcl

Post by Jumper »

What is the Problem??
I donn't understand the message of the tcl.
What can I do ?

[22:02:55] (Marshal): [22:05] Loading netbots.tcl v4.09 by slennox..
[22:02:55] (Marshal): [22:05] *** WARNING: error found when loading netbots/netset.tcl:
[22:02:55] (Marshal): [22:05] wrong # args: should be "set varName ?newValue?"
[22:02:55] (Marshal): [22:05] Userfile loaded, unpacking...
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

You need to review your netset.tcl.

There is a setting that has been inproperly formatted.

IE, you may have misquoted somthing, like

Code: Select all

set var hello to all
when it should be

Code: Select all

set var "hello to all"
Itf you still think it is a genuine problem, after you have ruled out your own error, try uploading to a servcer, and post the link, so we can see/
Locked