From 3de1830008a3befcb318a153b74d4a8d5e713852 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 16 Nov 2000 22:45:10 +0000 Subject: [PATCH] updates git-svn-id: http://svn.irssi.org/repos/irssi/trunk@841 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/help/in/log.in | 5 +---- docs/help/in/msg.in | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/help/in/log.in b/docs/help/in/log.in index fd9fc2cf..302701f2 100644 --- a/docs/help/in/log.in +++ b/docs/help/in/log.in @@ -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. : 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 diff --git a/docs/help/in/msg.in b/docs/help/in/msg.in index 145d916a..f58ba41a 100644 --- a/docs/help/in/msg.in +++ b/docs/help/in/msg.in @@ -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