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 with utimer

Help for those learning Tcl or writing their own scripts.
Post Reply
o
oxygen
Voice
Posts: 22
Joined: Mon Sep 05, 2005 2:22 pm
Location: Germany

problem with utimer

Post by oxygen »

Hello,

found this in eggdrop documentation:

Code: Select all

utimer <seconds> <tcl-command>
what I need is something like this:

Code: Select all

set newtimer [utimer <seconds> <tcl-command> $nick]
I'll appreciate a hint :D

Ok, got it. :oops: Sorry.

Code: Select all

set newtimer [utimer <seconds> {<tcl-command> $nick}]
~oxygen
Post Reply