mIRC Home    About    Download    Register    News    Help

Print Thread
#88284 26/06/04 08:13 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
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 ?

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
Probably another alias to load a dialog with a dll or something.

Eamonn.

Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
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 ?

Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
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.

Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
tnx


Link Copied to Clipboard