mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Getting ready for .95 ..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@598 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c96a0d2ac5
commit
9b0c49f9cc
10 changed files with 92 additions and 48 deletions
|
|
@ -12,7 +12,7 @@
|
|||
%p %P magenta (think: purple)
|
||||
%c %C %6 cyan bold cyan cyan
|
||||
%w %W %7 white bold white white
|
||||
%n All colors turned off
|
||||
%n Turn off all colors and other formatting
|
||||
%U Underline on/off
|
||||
%8 Reverse on/off
|
||||
%9 %_ Bold on/off
|
||||
|
|
|
|||
|
|
@ -930,19 +930,17 @@
|
|||
|
||||
11.1 Basic logging
|
||||
|
||||
/LOG OPEN [-noopen] [-autoopen] [-targets <targets>] [-window]
|
||||
[-rotate hour|day|week|month] <filename> [<levels>]
|
||||
/LOG OPEN [-noopen] [-autoopen] [-targets <targets>]
|
||||
[-window] <filename> [<levels>]
|
||||
|
||||
-noopen: Create the entry to log list, but don't start logging
|
||||
-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.
|
||||
more info. Irssi will automatically check every hour
|
||||
if log should be rotated.
|
||||
<levels>: Defaults to ALL
|
||||
|
||||
/LOG CLOSE <ref#> | <fname> - Close log and remove from log list
|
||||
|
|
@ -968,7 +966,7 @@
|
|||
/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue