Getting internal Irssi variables in a script

GrayWolf <[email protected]> Mon, 3 Feb 2003 20:31:04 -0500 (EST)
Newsgroups gmane.network.irc.irssi.devel
Message-ID <[email protected]>
All,

I am wondering how I can pull variables such as $F and $Z into a perl
script for Irssi. As things stand I can pull in the actual time with
either `date` or time() but seem to be up against a wall getting $F pulled
in to calculate client uptime.

-GW