Right, well then, that's not possible.

@davethejackal: Keep in mind more than one event could trigger before the alias is called:
Code:
;let's suppose -X is the new switch you are talking about
on *:text:!test:#test:.timer -X 1 1 dosomething
alias dosomething echo -a $nick
What if A and B type !test at the same time? Both events will trigger and create a timer before one of those timer actually triggers, so how would mIRC know which value $nick should return?


#mircscripting @ irc.swiftirc.net == the best mIRC help channel