well for the duplicate problem try this:

Code:
raw 317:*:{
  if $($+(%,away,.,$network,.,$2),2) {
    echo -a $2 is away for $v1 Duration: $duration($3)
  }
  else {
    echo -a $2 is not marked as away, but has an idle time of $duration($3)
  }
  haltdef
}


the only problem with this entire 'subject' is that you cannot add this information to your whois permanently because this is simply not part of the IRC RFC.

Last edited by MTec007; 17/01/09 03:55 PM.