diff options
author | Timo Sirainen <cras@irssi.org> | 2001-11-07 11:54:44 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-11-07 11:54:44 +0000 |
commit | 90285425a8d776db4ebadcc24384f5b71bf7c3a7 (patch) | |
tree | 7c7530c54661abf4f73d5b66ac32a75713edb752 /docs/startup-HOWTO.html | |
parent | 6a82e806b4d8ae146295c5b3d8fe4986f8ff747e (diff) | |
download | irssi-90285425a8d776db4ebadcc24384f5b71bf7c3a7.zip |
Removed " = " in /SET autolog_path example - it really shouldn't be there :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1976 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 0d87b17c..da917b2f 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -495,7 +495,7 @@ logs by adding date/time formats to the file name. The formats are in "man strftime" format. For example</p> <pre> - /SET autolog_path = ~/irclogs/%Y/$tag/$0.%m-%d.log + /SET autolog_path ~/irclogs/%Y/$tag/$0.%m-%d.log </pre> <p>For logging only some specific channels or nicks, see /HELP log</p> |