blackvenomm666 commented on a Page, Insult Dialog  -  Aug 30, 2011
if ($did == 2) { did -b $dname 6 | did -r $dname 4 | didtok $dname 4 32 $regsubex($str(-,$nick($did(2).seltext,0)),/(.)/g,$+($nick($did(2).seltext,\n),$chr(32))) }

^^that is the line that makes the nicks appear for the channel selected
here is another way to do it

on *:dialog:profileview.system:dclick:1: {
  nickzz
}

alias  nickzz {
  var -s %curr 1, %nick $nick($did(profileview.system,1).seltext,0)
  did -r profileview.system 3
  while (%curr <= %nick) { 
    did -az profileview.system 3 $nick($did(profileview.system,1).seltext,%curr)
    inc %curr
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.