mIRC Homepage
alias fabian {
if (!$window(@Ident)) { .window -dok0w0 @Ident 400 400 350 500 $+(Comic Sans MS 20) $mircexe 22 } | else { .clear @Ident }
var %data c:\mirc\ident\ $+ $1 $+ .qbm | if (!$exists(%data)) .echo -a No File:04 %data
var %i $lines(%data) | while (%i >= 1) {
var %info $read(%data,%i) | tokenize 32 %info
.iline @Ident 1 00,01 $+(14,$1,00,$chr(44),01) $2 $+(07,$3,00,$chr(44),01) $4  $5
dec %i
}
}

this a script to read the idents of a nick and show the all nicks are connected, i want do in tree form

any help?
© mIRC Discussion Forums