diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-04 22:00:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-04 22:00:10 +0200 |
commit | 7c6c450662ec81b23a585e2abb9311f024138cb8 (patch) | |
tree | bb4a041c5f19eef972da74a789314119b2b609bc /doc/en/weechat_user.en.asciidoc | |
parent | c540db0b4f5d3fbc4ffabceb77d65b43be6f2e7d (diff) | |
download | weechat-7c6c450662ec81b23a585e2abb9311f024138cb8.zip |
core: replace "create" by "add" in messages and docs for IRC servers and proxies
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index 4faf7e922..fb28f98de 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -2183,7 +2183,7 @@ $ wget -O ~/.weechat/ssl/CAs.pem http://www.spi-inc.org/ca/spi-cacert.crt Note: it is possible to concatenate many certificates in file CAs.pem. -* In WeeChat, with "oftc" server already created: +* In WeeChat, with "oftc" server already added: ---- /connect oftc @@ -2200,7 +2200,7 @@ $ cd ~/.weechat/ssl $ openssl req -nodes -newkey rsa:2048 -keyout nick.pem -x509 -days 365 -out nick.pem ---- -* In WeeChat, with "oftc" server already created: +* In WeeChat, with "oftc" server already added: ---- /set irc.server.oftc.ssl_cert "%h/ssl/nick.pem" @@ -2290,14 +2290,14 @@ In first place, install TOR. For Debian (and derived): $ sudo apt-get install tor ---- -In WeeChat you need to create a socks5 proxy for TOR service (hostname/IP and +In WeeChat you need to add a socks5 proxy for TOR service (hostname/IP and port depend on your TOR configuration): ---- /proxy add tor socks5 127.0.0.1 9050 ---- -Now, create a new server, for example: +Now, add a new server, for example: ---- /server add freenode-tor p4fsi4ockecnea7l.onion |