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