From 1620a1387e1c8abecf63ac7abaafffcb1eb9f902 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 4 Mar 2001 06:50:47 +0000 Subject: % -> %% 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 --- docs/help/in/exec.in | 4 ++-- docs/help/in/log.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/help/in') diff --git a/docs/help/in/exec.in b/docs/help/in/exec.in index db4de952..c33ec59f 100644 --- a/docs/help/in/exec.in +++ b/docs/help/in/exec.in @@ -24,8 +24,8 @@ to active window by default, but can be also sent as messages or notices to specified nick or channel. Processes can be accessed either by their ID or name if you named it. -Process identifier must always begin with '%' character, like %0 or -%name. +Process identifier must always begin with '%%' character, like %%0 or +%%name. Once the process is started, it's output can still be redirected elsewhere with the -window, -msg, etc. options. You can send text to diff --git a/docs/help/in/log.in b/docs/help/in/log.in index b035534b..6a61ef9f 100644 --- a/docs/help/in/log.in +++ b/docs/help/in/log.in @@ -7,7 +7,7 @@ -targets: Log only in specified channels/nicks -window: Log the active window : 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. : Defaults to ALL : ID number of log. @@ -17,7 +17,7 @@ All of these are parsed with strftime(): /SET log_timestamp - Specifies the time stamp format. - Default is "%H:%M ". + Default is "%%H:%%M ". /SET log_open_string - Text written to log when it's opened /SET log_close_string - Text written to log when it's closed /SET log_day_changed - Text written to log when day changes @@ -30,7 +30,7 @@ Examples: /LOG OPEN -targets cras ~/irclogs/cras.log MSGS - 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 in 1. May 2000 goes to file "linux-2000-05-01", when the day is changed, Irssi closes the log and starts logging to -- cgit v1.2.3