Hmm, that's odd. I wasn't able to crash mIRC with that alias either.

There we go. The reason it crashed for me and not for you is that I was working with aliases and you were not. Do this:

Code:
on *:NICK:{
 test
}
alias test comopen x wscript.shell | echo Waiting... (close notepad) | !.echo -q $com(x,Run,3,bstr,notepad,uint,2,bool,true) | echo Returned. | comclose x


Wait for a nick message (or change your own nick) and, while notepad is open, delete the on NICK code. It crashes. It does not seem to crash for aliases called directly from the editbox.

Edit: After trying that a second time it did not work. I'm so confused.

Edit2: After trying a different event, I got this:
ÒÒ Unknown command
Tried it again and got something similar. So I think this is some sort of memory read outside where it should be reading thing....for the scripting commands....

Last edited by madewokherd; 01/11/03 01:59 AM.