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/ja/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/ja/includes')
-rw-r--r-- | doc/ja/includes/autogen_api_infos.ja.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/includes/autogen_api_infos.ja.adoc b/doc/ja/includes/autogen_api_infos.ja.adoc index 4cc6389dd..900f8d1f4 100644 --- a/doc/ja/includes/autogen_api_infos.ja.adoc +++ b/doc/ja/includes/autogen_api_infos.ja.adoc @@ -106,9 +106,9 @@ | weechat | locale | 翻訳メッセージに利用するロケール | - -| weechat | nick_color | ニックネームの色コードを取得 | ニックネーム +| weechat | nick_color | ニックネームの色コードを取得 | 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 | ニックネームの色名を取得 | ニックネーム +| weechat | 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 (プロセス ID) | - |