Quote:
I'd like to see a switch to make the timer not evaluate when triggered
While not as simple as a switch, identifiers and variables can be made to evaluate when the timer executes, rather than when it is triggered, by using the general format of $!<identifier> or %!<variable>

Eg:
Code:
/timer 100 10 msg $!chan This is being sent to $!chan

With this, the identifier $chan is evaluated each time the display needs to go out, rather than once when the timer is triggered.