mIRC Homepage
Posted By: bunar 1 question for newer mirc - 26/06/04 08:13 PM
in older mirc for dialogs i had like

alias dialogname {
dialog -m dialogname dialogname
}


and in 1 script that is designed for mirc 6.1x
i found this:

alias dialogname dlgaux dialogname

so what is this DLGAUX anyway ?
Posted By: Coolkill Re: 1 question for newer mirc - 26/06/04 08:17 PM
Probably another alias to load a dialog with a dll or something.

Eamonn.
Posted By: bunar Re: 1 question for newer mirc - 26/06/04 08:55 PM
well i found this line

alias dlgaux if (!$dialog($1)) dialog -hm $1 $1

can some1 explain me what does it do so i can "adapt" it to mirc 6.03 ?
Posted By: Coolkill Re: 1 question for newer mirc - 26/06/04 09:02 PM
That SHOULD work in mIRC regardless of the version, and you do know 6.15 is out, right? but basically you just change

alias dialogname dlgaux dialogname

to: alias dialogname { if (!$dialog($1)) { dialog -m $1 $1 } }

and do, /dialogname NAMEHERE

Eamonn.
Posted By: bunar Re: 1 question for newer mirc - 26/06/04 09:12 PM
tnx
© mIRC Discussion Forums