forked from PsychoticNinja/irssi
% -> %% so irssi won't treat them as color codes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1345 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f56ddd872a
commit
1620a1387e
@ -24,8 +24,8 @@ to active window by default, but can be also sent as messages or
|
|||||||
notices to specified nick or channel.
|
notices to specified nick or channel.
|
||||||
|
|
||||||
Processes can be accessed either by their ID or name if you named it.
|
Processes can be accessed either by their ID or name if you named it.
|
||||||
Process identifier must always begin with '%' character, like %0 or
|
Process identifier must always begin with '%%' character, like %%0 or
|
||||||
%name.
|
%%name.
|
||||||
|
|
||||||
Once the process is started, it's output can still be redirected
|
Once the process is started, it's output can still be redirected
|
||||||
elsewhere with the -window, -msg, etc. options. You can send text to
|
elsewhere with the -window, -msg, etc. options. You can send text to
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
-targets: Log only in specified channels/nicks
|
-targets: Log only in specified channels/nicks
|
||||||
-window: Log the active window
|
-window: Log the active window
|
||||||
<filename>: File name where to log, it is parsed with
|
<filename>: File name where to log, it is parsed with
|
||||||
strftime(), so %d=day, etc. see "man strftime" for
|
strftime(), so %%d=day, etc. see "man strftime" for
|
||||||
more info.
|
more info.
|
||||||
<levels>: Defaults to ALL
|
<levels>: Defaults to ALL
|
||||||
<id>: ID number of log.
|
<id>: ID number of log.
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
All of these are parsed with strftime():
|
All of these are parsed with strftime():
|
||||||
/SET log_timestamp <text> - Specifies the time stamp format.
|
/SET log_timestamp <text> - Specifies the time stamp format.
|
||||||
Default is "%H:%M ".
|
Default is "%%H:%%M ".
|
||||||
/SET log_open_string <text> - Text written to log when it's opened
|
/SET log_open_string <text> - Text written to log when it's opened
|
||||||
/SET log_close_string <text> - Text written to log when it's closed
|
/SET log_close_string <text> - Text written to log when it's closed
|
||||||
/SET log_day_changed <text> - Text written to log when day changes
|
/SET log_day_changed <text> - Text written to log when day changes
|
||||||
@ -30,7 +30,7 @@ Examples:
|
|||||||
/LOG OPEN -targets cras ~/irclogs/cras.log MSGS
|
/LOG OPEN -targets cras ~/irclogs/cras.log MSGS
|
||||||
- Logs all messages from/to nick `cras'
|
- Logs all messages from/to nick `cras'
|
||||||
|
|
||||||
/LOG OPEN -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 all messages in channel #linux. Log is rotated daily, so
|
||||||
logs in 1. May 2000 goes to file "linux-2000-05-01", when the
|
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
|
day is changed, Irssi closes the log and starts logging to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user