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.

[Solved] Need some help again :\

Help for those learning Tcl or writing their own scripts.
R
Red_Rooste5
Voice
Posts: 37
Joined: Sat Oct 21, 2006 7:43 am

Post by Red_Rooste5 »

Meh... I figured that out bot now I am given this error:
[07:06] Tcl error in script for 'timer1':
[07:06] syntax error in expression "$nickonchan =< $requirement && [string equal -nocase $::botn...": extra tokens at end of expression
On the if:

Code: Select all

 } elseif {$nickonchan =< $requirement && [string equal -nocase $::botnick $nick]} {
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

See http://www.tcl.tk/man/tcl8.4/TclCmd/expr.htm for valid operators to be used with expressions.
NML_375
R
Red_Rooste5
Voice
Posts: 37
Joined: Sat Oct 21, 2006 7:43 am

Post by Red_Rooste5 »

I've changed the if alot now but it still shows the same error...
What's wrong with it?
Post Reply