X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Flog.in;fp=apps%2Firssi%2Fdocs%2Fhelp%2Fin%2Flog.in;h=0000000000000000000000000000000000000000;hb=f9d9c92fcc179ff82ae7aa5f724440215f194827;hp=ea5948f3df6d54b04cc95a93baf43a7f8d3b5f5b;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=crypto.git diff --git a/apps/irssi/docs/help/in/log.in b/apps/irssi/docs/help/in/log.in deleted file mode 100644 index ea5948f3..00000000 --- a/apps/irssi/docs/help/in/log.in +++ /dev/null @@ -1,40 +0,0 @@ - -@SYNTAX:log@ - - -noopen: Create the entry to log list, but don't start logging - -autoopen: Automatically open this log file at startup - -: Targets are logged only in this server - -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 - more info. - : Defaults to ALL - : ID number of log. - -/SET log_create_mode - Specifies what file mode to use with - the created log files. Default is 0644. - -All of these are parsed with strftime(): -/SET log_timestamp - Specifies the time stamp format. - 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 - -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 Toni ~/silclogs/Toni.log MSGS - - Logs all messages from/to nick `Toni' - -/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: LASTLOG, SET LOG, WINDOW LOG -