Code:
 
alias nicktt {
  if ($1 == color) {
    if ($3 == $me) return %nl.owntext
    elseif ($istokcs(%nl.specialnicks,$3,44)) return %nl.specialtext
    elseif ($3 ishop $active) return %nl.halftext
    elseif ($3 isop $active) return %nl.optext
    elseif ($3 isvoice $active) return %nl.voicetext
    return %nl.regtext
  }

  if ($1 == tooltip) {
    return Nickname: $3 $+ $crlf $+ Address: $address( $+ $3 $+ ,1) $+ $crlf $+ Status: $getStatus($3,$active)
  }
}


this code is from Custom Nicklist by l0n3R in mircscripts.org
and to tell u i'm l0n3R

with reference to u wanting to return the idle time which i had try but it wont work

cause when the dll sense its a tooltip it call for the nicktt alias
the dll perform the alias and it places the command on hold till the dll request it to display to the screen

so even u do a whois nick
it wont return the current nick that is rollover it will only return the result of the previous nick that is rollover


blushcoolcrazy frownlaughmadshockedsmile:tongue:wink