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.
Help for those learning Tcl or writing their own scripts.
Red_Rooste5
Voice
Posts: 37 Joined: Sat Oct 21, 2006 7:43 am
Post
by Red_Rooste5 » Wed Dec 13, 2006 2:27 am
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]} {
Red_Rooste5
Voice
Posts: 37 Joined: Sat Oct 21, 2006 7:43 am
Post
by Red_Rooste5 » Wed Dec 13, 2006 10:51 am
I've changed the if alot now but it still shows the same error...
What's wrong with it?