mIRC Homepage
Posted By: Kelder goto $null - 27/05/04 10:44 PM
Code:
alias crash {
  goto $null
  :
}
alias crash2 { goto | : }

alias nocrash {
  var %i = -2
  :
  inc %i
  if (%i) {
    goto $null
  }
}

Simple: /crash or /crash2 will crash mIRC (v6.14), /nocrash will just give a * /goto: insufficient parameters

I've been doing some fancy scripting using the poor man's switch statement, this looks like the step too far grin
Posted By: Aeron Re: goto $null - 28/05/04 06:01 PM
Confirmed, using mIRC 6.14.

Every sort of
"//goto | :"
"//dll | :"
"//com | :"
is crashing

This has something to do with the ':error' thing.
Because the gotopoint is invaild it searches for another ':error'?
Posted By: Aeron Re: goto $null - 01/06/04 03:18 PM
/me slaps Khaled with a "FIX IT"-sign

j/k
Posted By: Krejt Re: goto $null - 04/06/04 07:02 AM
This has been fixed in the new mIRC version 6.15
71.Fixed /goto gpf with empty : goto points.
© mIRC Discussion Forums