found this in eggdrop documentation:
Code: Select all
utimer <seconds> <tcl-command>
Code: Select all
set newtimer [utimer <seconds> <tcl-command> $nick]

Ok, got it.

Code: Select all
set newtimer [utimer <seconds> {<tcl-command> $nick}]
Code: Select all
utimer <seconds> <tcl-command>
Code: Select all
set newtimer [utimer <seconds> <tcl-command> $nick]
Code: Select all
set newtimer [utimer <seconds> {<tcl-command> $nick}]