1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

logger: add note on buffer local variables to use in /help logger.file.mask

This commit is contained in:
Sébastien Helleu
2016-03-09 18:45:07 +01:00
parent 3cdecb08a2
commit 0be8e0828a
19 changed files with 81 additions and 46 deletions
+3 -1
View File
@@ -445,7 +445,9 @@ logger_config_init ()
N_("default file name mask for log files (format is "
"\"directory/to/file\" or \"file\", without first \"/\" because "
"\"path\" option is used to build complete path to file); local "
"buffer variables are permitted; date specifiers are permitted "
"buffer variables are permitted (you should use only variables "
"that are defined on all buffers, so for example you should NOT "
"use $server nor $channel); date specifiers are permitted "
"(see man strftime)"),
NULL, 0, 0, "$plugin.$name.weechatlog", NULL, 0, NULL, NULL,
&logger_config_change_file_option_restart_log, NULL, NULL, NULL);