diff options
Diffstat (limited to 'doc/en/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_options.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt index f1372feb5..a4b256e25 100644 --- a/doc/en/autogen/user/weechat_options.txt +++ b/doc/en/autogen/user/weechat_options.txt @@ -609,7 +609,7 @@ ** values: -1 .. 2147483647 (default value: `1`) * [[option_weechat.look.prefix_action]] *weechat.look.prefix_action* -** description: `prefix for action messages` +** description: `prefix for action messages, colors are allowed with format "${color}"` ** type: string ** values: any string (default value: `" *"`) @@ -649,22 +649,22 @@ ** values: any string (default value: `"+"`) * [[option_weechat.look.prefix_error]] *weechat.look.prefix_error* -** description: `prefix for error messages` +** description: `prefix for error messages, colors are allowed with format "${color}"` ** type: string ** values: any string (default value: `"=!="`) * [[option_weechat.look.prefix_join]] *weechat.look.prefix_join* -** description: `prefix for join messages` +** description: `prefix for join messages, colors are allowed with format "${color}"` ** type: string ** values: any string (default value: `"-->"`) * [[option_weechat.look.prefix_network]] *weechat.look.prefix_network* -** description: `prefix for network messages` +** description: `prefix for network messages, colors are allowed with format "${color}"` ** type: string ** values: any string (default value: `"--"`) * [[option_weechat.look.prefix_quit]] *weechat.look.prefix_quit* -** description: `prefix for quit messages` +** description: `prefix for quit messages, colors are allowed with format "${color}"` ** type: string ** values: any string (default value: `"<--"`) |