summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-11-07 11:54:44 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-11-07 11:54:44 +0000
commit90285425a8d776db4ebadcc24384f5b71bf7c3a7 (patch)
tree7c7530c54661abf4f73d5b66ac32a75713edb752
parent6a82e806b4d8ae146295c5b3d8fe4986f8ff747e (diff)
downloadirssi-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
-rw-r--r--docs/startup-HOWTO.html2
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>