Savage_CL commented on a Page, Info  -  Oct 03, 2011

I would expand on this a bit...

menu channel,query,status {
  Info
  .Server
  ..Network $chr(9) $network:halt
  ..-
  ..Nick $chr(9) $me:addit $me 
  ..Server $chr(9) $server: Server:addit $server
  ..Away $chr(9) $iif($away,On ( $+ $duration($awaytime) $+ ),Off):addit $iif($away,On ( $+ $duration($awaytime) $+ ),Off)
  ..-
  ..Channels On $chr(9) $chan(0):addit $chan(0)
  ..Queries Open $chr(9) $query(0):addit $query(0)
  ..
  .Uptime
  ..mIRC $chr(9) $uptime(mirc,1):addit $uptime(mirc,1)
  ..Server $chr(9) $uptime(server,1):addit $uptime(server,1)
  ..System $chr(9) $uptime(system,1):addit $uptime(system,1)
  .Other
  ..Day $chr(9) $day:addit $day
  ..Time $chr(9) $time:addit $time
  ..Date $chr(9) $date(mm/dd/yy):addit $date(mm/dd/yy)
}
alias -l addit {
  editbox $editbox($active) $+ $iif($right($editbox($active),1) != $chr(32),$chr(32)) $+ $1-
}

This way if you click on any of them, it adds it to your editbox for you.

 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.