diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-17 23:31:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-17 23:31:50 +0200 |
commit | 1d7b44202abb75c3b2b30d88b7dffb83a2bf52c7 (patch) | |
tree | e1ff7eef32b58967c7190349e2256f76a88dccbb /doc/ja | |
parent | 6f64ee699ba46c90b55d3b99c60e4807819e2b7b (diff) | |
download | weechat-1d7b44202abb75c3b2b30d88b7dffb83a2bf52c7.zip |
irc: fix description of arguments in infolist "irc_nick"
Only the nick is optional is this infolist (server and channel are required).
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/plugin_api/infolists.txt b/doc/ja/autogen/plugin_api/infolists.txt index b01317df3..1393b8c25 100644 --- a/doc/ja/autogen/plugin_api/infolists.txt +++ b/doc/ja/autogen/plugin_api/infolists.txt @@ -10,7 +10,7 @@ | irc | irc_ignore | IRC 無視のリスト | 無視ポインタ (任意) | - -| irc | irc_nick | IRC チャンネルのニックネームのリスト | ニックネームポインタ (任意) | server,channel,nick (チャンネルとニックネームは任意) +| irc | irc_nick | IRC チャンネルのニックネームのリスト | ニックネームポインタ (任意) | server,channel,nick (nick is optional) | irc | irc_notify | 通知のリスト | 通知ポインタ (任意) | サーバ名 (ワイルドカード "*" を使うことができます) (任意) |