diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 16:33:02 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-22 16:33:02 +0100 |
commit | a08679c887b5ec542d2da39ade1fbc1c806c732b (patch) | |
tree | 09eef4bc458fa48e2d7425c6d94636dc6c5064b5 /doc/ja/autogen | |
parent | a0651e11bd34a45d2a6f6db49fe0448ab154e548 (diff) | |
download | weechat-a08679c887b5ec542d2da39ade1fbc1c806c732b.zip |
irc: set option irc.network.autoreconnect_delay_max to 600 by default, increase max value to 604800 seconds (7 days)
Diffstat (limited to 'doc/ja/autogen')
-rw-r--r-- | doc/ja/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/irc_options.txt b/doc/ja/autogen/user/irc_options.txt index 18df89b97..9bfb33061 100644 --- a/doc/ja/autogen/user/irc_options.txt +++ b/doc/ja/autogen/user/irc_options.txt @@ -351,7 +351,7 @@ * [[option_irc.network.autoreconnect_delay_max]] *irc.network.autoreconnect_delay_max* ** 説明: `サーバへの自動接続の遅延時間の最大値 (秒単位、0 = 制限無し)` ** タイプ: 整数 -** 値: 0 .. 86400 (デフォルト値: `1800`) +** 値: 0 .. 604800 (デフォルト値: `600`) * [[option_irc.network.ban_mask_default]] *irc.network.ban_mask_default* ** 説明: `/ban、/unban、/kickban コマンドが使うデフォルトの禁止マスク; 変数 $nick、$user、$host はそれぞれの値に置換 ("nick!user@host" から展開) されます; このデフォルトマスクはニックネームのホスト名がわかる場合のみ利用されます` |