If you call a timer from a script, everything within the timer's command parameter will be evaluated twice - once when the line in the script is parsed and then again when the timer is triggered and the command is called. This means if you want it to work on the actual text '$me' you need to prevent evaluation twice by using $!!me.


Spelling mistakes, grammatical errors, and stupid comments are intentional.