I don't understand what you mean by clipboard options.

Do you meean, copy the details?

Code:
menu @Tabs {
  $iif($sline(@Tabs,1).ln >= 3,Copy $gettok($sline(@Tabs,1),1,9)) : clipboard $remove($sline(@Tabs,1),$chr(9))
  $iif($sline(@Tabs,1).ln >= 3,Whois $gettok($sline(@Tabs,1),1,9)) : whois $gettok($sline(@Tabs,1),1,9)
}


There's a demonstration on how to retrieve their nicknames and stuff. smile