as i said, simply replicating the requests bind would work if u already use ioBanana.tcl
bind pub - [set ioBvar(cmdpre)]requests reqalias
is already there, so u add your bind time like this:
bind time - "* * * * *" reqalias
so the same proc will be called on !requests and on timer...
|