diff options
author | Valentin Batz <senneth@irssi.org> | 2004-09-15 12:11:43 +0000 |
---|---|---|
committer | senneth <senneth@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2004-09-15 12:11:43 +0000 |
commit | 8ea717b67609a7ddaa6481e49fc638a4b40e84e8 (patch) | |
tree | 10e28c5a7f6ade72b86ad7fd8c680320ecafa36b /docs/special_vars.txt | |
parent | 55bcc420a713d5bfac3813f7bc002de0b0c13538 (diff) | |
download | irssi-8ea717b67609a7ddaa6481e49fc638a4b40e84e8.zip |
Fixed memleak in recode.c, fixed typo in special_vars.txt, fixed bug 105, fixed bug 106
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3295 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 2008931f..f19b2bb2 100644 --- a/docs/special_vars.txt +++ b/docs/special_vars.txt @@ -80,7 +80,7 @@ $A .. $Z is important. $Z time of day (hh:mm, can be changed with /SET timestamp_format) $$ a literal '$' - $versiontim prints time of the irssi version in HHMM format + $versiontime prints time of the irssi version in HHMM format $sysname system name (eg. Linux) $sysrelease system release (eg. 2.2.18) $sysarch system architecture (eg. i686) |