summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-02 23:03:49 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-02 23:03:49 +0200
commit2c4cf95ef9d1403feb0c87e87d7d8a4faf542254 (patch)
treec8e7a1d8c12d4c109ada605fb7487ad91c80ae72 /doc/ja
parent465456841381b58788a03e6d96fbfeeb8d3fe620 (diff)
downloadweechat-2c4cf95ef9d1403feb0c87e87d7d8a4faf542254.zip
doc: update auto-generated files with irc options
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/irc_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt
index 90ed302e1..f1346430c 100644
--- a/doc/ja/autogen/user/irc_options.txt
+++ b/doc/ja/autogen/user/irc_options.txt
@@ -218,6 +218,11 @@
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `""`)
+* [[option_irc.look.nick_color_hash]] *irc.look.nick_color_hash*
+** 説明: `hash algorithm used to find the color for a nick: djb2 = variant of djb2 (position of letters matters: anagrams of a nick have different color), sum = sum of letters`
+** タイプ: 整数
+** 値: djb2, sum (デフォルト値: `sum`)
+
* [[option_irc.look.nick_color_stop_chars]] *irc.look.nick_color_stop_chars*
** 説明: `ニックネーム内の色計算に使用する部分を制限する文字 (このリストに含まれない文字が、このリストの文字の前に少なくとも一つ以上含まれなければいけない) (例: "|" を設定した場合、"|nick|away" はニックネーム "|nick" と同じ色になる)`
** タイプ: 文字列