I've got a dialog docked at the bottom of my mirc and I was wondering is i were to dclick one of the lines with the incoming/outgoing information on it what would be the code to open that specified transfer window.

Code:
on 1:dialog:dccbar:dclick:2: {
???????????????
}


Would I have to do a sel like:

Code:
$did(dccbar,2).sel


Thanks for any help on the matter. I'm a bit lost on how I should make this happen.