diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-04 08:45:03 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-04 08:46:36 +0200 |
commit | f8403c76db457b89c36865d1cb3771df5626ff6e (patch) | |
tree | 7192930dce0a7ebfffdea468c4f7c9e38495c1ad /doc/en/includes | |
parent | 657e659c424a7278563cf0c773a38c491eeb4f5b (diff) | |
download | weechat-f8403c76db457b89c36865d1cb3771df5626ff6e.zip |
api: add optional list of colors in infos "nick_color" and "nick_color_name" (closes #1565)
Diffstat (limited to 'doc/en/includes')
-rw-r--r-- | doc/en/includes/autogen_api_infos.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_api_infos.en.adoc b/doc/en/includes/autogen_api_infos.en.adoc index e8a926693..6d8015437 100644 --- a/doc/en/includes/autogen_api_infos.en.adoc +++ b/doc/en/includes/autogen_api_infos.en.adoc @@ -106,9 +106,9 @@ | weechat | locale | locale used for translating messages | - -| weechat | nick_color | get nick color code | nickname +| weechat | nick_color | get nick color code | nickname;colors (colors is an optional comma-separated list of colors to use; background is allowed for a color with format text:background; if colors is present, WeeChat options with nick colors and forced nick colors are ignored) -| weechat | nick_color_name | get nick color name | nickname +| weechat | nick_color_name | get nick color name | nickname;colors (colors is an optional comma-separated list of colors to use; background is allowed for a color with format text:background; if colors is present, WeeChat options with nick colors and forced nick colors are ignored) | weechat | pid | WeeChat PID (process ID) | - |