mIRC Home    About    Download    Register    News    Help

Print Thread
#9722 05/02/03 12:23 AM
Joined: Dec 2002
Posts: 18
P
pod2oo5 Offline OP
Pikka bird
OP Offline
Pikka bird
P
Joined: Dec 2002
Posts: 18
how do i open a dialog to a specific tab?

#9723 05/02/03 12:37 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
If you always want it to open on that tab use this:
Code:
on *:DIALOG:[color:green]DialogName[/color]:init:0:{
  .timer -m 1 1 did -f $dname [color:green]TabID[/color]
}

Otherwise put did -f [color:green]DialogName TabID[/color] in the alias you want to use to open the dialog to that tab.

(Replace the green text with the correct information, of course)


Link Copied to Clipboard