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/it/weechat_user.it.adoc | |
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/it/weechat_user.it.adoc')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 80ad78330..37d471ff4 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -3350,7 +3350,7 @@ you can connect to WeeChat with any other IRC client (including WeeChat itself). You can define one port by IRC server, or one generic port for all servers. When using one port for all servers, the client must send the internal name of -server in the IRC "PASS" command, with this format: +server in the IRC "PASS" command, with this format (see example below): ---- PASS server:miapass @@ -3371,6 +3371,14 @@ Example: IRC proxy without SSL only for server "freenode": Now you can connect on port 8000 with any IRC client using server password "miapass" (or "freenode:miapass" if no server was specified in the relay). +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]] ==== Protocollo WeeChat |