diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-05-27 21:40:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-05-27 21:40:01 +0200 |
commit | 99bb53f693d9650e206f93f64981c60e2411d1ab (patch) | |
tree | d9f07c61d2de046d4e1a829177958ce55c5236aa /doc/ja | |
parent | a599e0328bb29db36e6d797709ba17fd48b87499 (diff) | |
download | weechat-99bb53f693d9650e206f93f64981c60e2411d1ab.zip |
doc: add example of WeeChat command to setup the password in a WeeChat IRC relay client (user's guide)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 8e7dfe6b3..eea1fc57d 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -3138,8 +3138,10 @@ Relay プラグインは IRC プロキシとしても使えます: Relay プラ IRC サーバごとに異なるポート、もしくは全てのサーバに対して共通のポートを定義することができます。 +// TRANSLATION MISSING すべてのサーバに対して共通のポートを定義した場合には、クライアントからサーバの内部名を -IRC の "PASS" コマンドに含めて送信するようにしてください、以下の書式を使ってください: +IRC の "PASS" コマンドに含めて送信するようにしてください、以下の書式を使ってください +(see example below): ---- PASS server:mypass @@ -3160,6 +3162,15 @@ PASS server:mypass 任意の IRC クライアントからサーバパスワード "mypass" (全てのサーバに対して共通の IRC プロキシを設定した場合には "freenode:mypass") で 8000 番ポートに接続出来ます。 +// TRANSLATION MISSING +For example if you use WeeChat as IRC client of the relay, with a server called +"relay" and the relay password "secret", you can setup the password with this +command: + +---- +/set irc.server.relay.password "freenode:secret" +---- + [[relay_weechat_protocol]] ==== WeeChat プロトコル |