mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
/LOG show reference number for each log, you can use it with /LOG START,
STOP and CLOSE commands instead of file name. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@288 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8562737548
commit
086e433bc6
2 changed files with 29 additions and 17 deletions
|
|
@ -79,7 +79,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "log_started", "Started logging to file %W$0", 1, { 0 } },
|
||||
{ "log_stopped", "Stopped logging to file %W$0", 1, { 0 } },
|
||||
{ "log_list_header", "Logs:", 0 },
|
||||
{ "log_list", "$0: $1 $2$3$4", 5, { 0, 0, 0, 0, 0 } },
|
||||
{ "log_list", "$0 $1: $2 $3$4$5", 6, { 1, 0, 0, 0, 0, 0 } },
|
||||
{ "log_list_footer", "", 0 },
|
||||
{ "windowlog_file", "Window LOGFILE set to $0", 1, { 0 } },
|
||||
{ "windowlog_file_logging", "Can't change window's logfile while log is on", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue