mIRC Home    About    Download    Register    News    Help

Print Thread
#173974 01/04/07 02:10 PM
L
learn3r
learn3r
L
i have an alias that
contains
Quote:
/did -ra 14 %info


but, when the dialog is still close it returns an error any solutions for this kind of problem?

#173975 01/04/07 02:12 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
There's no dialog name in that code.

hixxy #173989 01/04/07 03:28 PM
L
learn3r
learn3r
L
oh sorry i meant
Quote:
/did -ra infomatix 14 %info


working perfectly when the dialog is open but when it's not it returns /did insufficient parameters coz the dialog isn't open
what is the code for:
if the dialog ain't open it'll only echo but when it's open it'll /did -ra infomatix 14 %info

#173990 01/04/07 03:32 PM
Joined: Sep 2005
Posts: 2,630
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,630
Code:
if ($dialog(infomatix)) { did -ra infomatix 14 %info }
else { echo -a %info }

hixxy #174053 02/04/07 12:25 AM
L
learn3r
learn3r
L
Thanks hixxy


Link Copied to Clipboard