mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@841 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
da9fd56f71
commit
3de1830008
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user