mm i think i explained that in wrong way may be that code for the custom nick list and this one doesnt work
Code:
on *:DIALOG:nicklist*:*:11: {
  if ($gettok($did($dname,1),1,32) == sclick) { sline $active $calc($did($dname,11).sel - 1) }
  if ($gettok($did($dname,1),1,32) == dclick) {
    sline $active $calc($did($dname,11).sel - 1)
    query $nick($active,$calc($did($dname,11).sel - 1))
  }
  if ($gettok($did($did,1),1,32) == rclick) {
    sline $right($dname,-5) $calc($did($dname,11).sel - 1)
    %null = $dll($ndll,Popup,$!window(* $+ $right($dname,-6) $+ *,1))
  }
}


when i join the channel all nicks appears in the nicklist but when i try to right click on any nick to get the orignal nicklist options that in the popups tab cant get so this code is wrong ? or wt is the wrong in the pervious