summaryrefslogtreecommitdiff
path: root/docs/help/in/log.in
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-03-04 06:50:47 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-03-04 06:50:47 +0000
commit1620a1387e1c8abecf63ac7abaafffcb1eb9f902 (patch)
treec9d0fcac174e35ccc0f9dd14908e512acc1daf58 /docs/help/in/log.in
parentf56ddd872a5c5b6cc5af40796e09c67a7df7323d (diff)
downloadirssi-1620a1387e1c8abecf63ac7abaafffcb1eb9f902.zip
% -> %% 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
Diffstat (limited to 'docs/help/in/log.in')
-rw-r--r--docs/help/in/log.in6
1 files changed, 3 insertions, 3 deletions
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
<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.
<levels>: Defaults to ALL
<id>: ID number of log.
@@ -17,7 +17,7 @@
All of these are parsed with strftime():
/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_close_string <text> - Text written to log when it's closed
/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
- 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