1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@841 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-16 22:45:10 +00:00 committed by cras
parent da9fd56f71
commit 3de1830008
2 changed files with 2 additions and 5 deletions

View File

@ -5,9 +5,6 @@
-autoopen: Automatically open this log file at startup
-targets: Log only in specified channels/nicks
-window: Log the active window
-rotate: Reopen the log file every hour, day, week or month.
This makes only sense if you specify date/time formats
to file name.
<filename>: File name where to log, it is parsed with
strftime(), so %d=day, etc. see "man strftime" for
more info.
@ -32,7 +29,7 @@ Examples:
/LOG OPEN -targets cras ~/irclogs/cras.log MSGS
- Logs all messages from/to nick `cras'
/LOG OPEN -rotate day -targets #linux ~/irclogs/linux/linux-%Y-%m-%d
/LOG OPEN -targets #linux ~/irclogs/linux/linux-%Y-%m-%d
- Logs all messages in channel #linux. Log is rotated daily, so
logs in 1. May 2000 goes to file "linux-2000-05-01", when the
day is changed, Irssi closes the log and starts logging to

View File

@ -11,5 +11,5 @@ Examples:
/MSG #irssi Hello, is the new gtk-version out already?
(This format is rarely needed.)
See also: CTCP, /
See also: CTCP