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
This commit is contained in:
Timo Sirainen 2001-11-07 11:54:44 +00:00 committed by cras
parent 6a82e806b4
commit 90285425a8

View File

@ -495,7 +495,7 @@ logs by adding date/time formats to the file name. The formats are in
"man strftime" format. For example</p> "man strftime" format. For example</p>
<pre> <pre>
/SET autolog_path = ~/irclogs/%Y/$tag/$0.%m-%d.log /SET autolog_path ~/irclogs/%Y/$tag/$0.%m-%d.log
</pre> </pre>
<p>For logging only some specific channels or nicks, see /HELP log</p> <p>For logging only some specific channels or nicks, see /HELP log</p>