oxygen Voice
Joined: 05 Sep 2005 Posts: 22 Location: Germany
|
Posted: Wed Mar 01, 2006 7:26 am Post subject: problem with utimer |
|
|
Hello,
found this in eggdrop documentation:
| Code: | | utimer <seconds> <tcl-command> |
what I need is something like this:
| Code: | | set newtimer [utimer <seconds> <tcl-command> $nick] |
I'll appreciate a hint
Ok, got it. Sorry.
| Code: | | set newtimer [utimer <seconds> {<tcl-command> $nick}] |
~oxygen |
|