diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-28 04:03:56 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-28 04:03:56 +0000 |
commit | a4cdb86128d2b81f4e94048464c1b30ed0694945 (patch) | |
tree | fac1bff5ad4849ca6c99d885e618a3c0fe8b9f08 /docs/special_vars.txt | |
parent | 90e0d79d2ae1f8b735d9a2c8c12b0a5dd564aa70 (diff) | |
download | irssi-a4cdb86128d2b81f4e94048464c1b30ed0694945.zip |
/SET timestamp_format now specifies format of $Z. timestamp msg format
now uses $Z instead of that horrible $[-2.0]3:$[-2.0]4 that no-one
understood :) It's still possible to use the old method too.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1153 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/special_vars.txt')
-rw-r--r-- | docs/special_vars.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/special_vars.txt b/docs/special_vars.txt index 41b63925..1e7ac204 100644 --- a/docs/special_vars.txt +++ b/docs/special_vars.txt @@ -76,7 +76,7 @@ $A .. $Z is important. $W current working directory $X your /userhost $N address (user@host) $Y value of REALNAME - $Z time of day (hh:mm) + $Z time of day (hh:mm, can be changed with /SET timestamp_format) $$ a literal '$' $sysname system name (eg. Linux) |