X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Flog.in;h=ea5948f3df6d54b04cc95a93baf43a7f8d3b5f5b;hp=6a61ef9f0c8e25348f70f9096f37dd01f89f064e;hb=382d15d447b7a95390decfa783836ae4fe255b3d;hpb=3cf38201f9ffaad2da53757ed48a5546e1d03636 diff --git a/apps/irssi/docs/help/in/log.in b/apps/irssi/docs/help/in/log.in index 6a61ef9f..ea5948f3 100644 --- a/apps/irssi/docs/help/in/log.in +++ b/apps/irssi/docs/help/in/log.in @@ -22,19 +22,19 @@ All of these are parsed with strftime(): /SET log_close_string - Text written to log when it's closed /SET log_day_changed - Text written to log when day changes -NOTE: Log files are locked after opened, so two Irssis can't +NOTE: Log files are locked after opened, so two clients can't accidentally try to write to the same log file. Examples: -/LOG OPEN -targets cras ~/irclogs/cras.log MSGS - - Logs all messages from/to nick `cras' +/LOG OPEN -targets Toni ~/silclogs/Toni.log MSGS + - Logs all messages from/to nick `Toni' -/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 - "linux-2000-05-02" etc. +/LOG OPEN -targets silc ~/silclogs/silc/silc-%%Y-%%m-%%d + - Logs all messages in channel silc. Log is rotated daily, so + logs in 1. May 2000 goes to file "silc-2000-05-01", when the + day is changed the log is closed and new log is opened as + "silc-2000-05-02". -See also: SET LOG, WINDOW LOG +See also: LASTLOG, SET LOG, WINDOW LOG