summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/irc_commands.asciidoc8
-rw-r--r--doc/en/autogen/user/irc_options.asciidoc2
-rw-r--r--doc/en/autogen/user/weechat_commands.asciidoc6
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc
index 4bd603e9c..0e49a419b 100644
--- a/doc/en/autogen/user/irc_commands.asciidoc
+++ b/doc/en/autogen/user/irc_commands.asciidoc
@@ -92,10 +92,10 @@ Without argument, this command display ban list for current channel.
-all|-auto|-open [-nojoin] [-switch]
server: server name, which can be:
- - internal server name (created by /server add, recommended usage)
+ - internal server name (added by /server add, recommended usage)
- hostname/port or IP/port, port is 6667 by default
- URL with format: irc[6][s]://[nickname[:password]@]irc.example.org[:port][/#channel1][,#channel2[...]]
- Note: for an address/IP/URL, a temporary server is created (NOT SAVED), see /help irc.look.temporary_servers
+ Note: for an address/IP/URL, a temporary server is added (NOT SAVED), see /help irc.look.temporary_servers
option: set option for server (for boolean option, value can be omitted)
nooption: set boolean option to 'off' (for example: -nossl)
-all: connect to all servers defined in configuration
@@ -686,10 +686,10 @@ reason: reason
list: list servers (without argument, this list is displayed)
listfull: list servers with detailed info for each server
- add: create a new server
+ add: add a new server
server: server name, for internal and display use
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
- temp: create temporary server (not saved)
+ temp: add a temporary server (not saved)
option: set option for server (for boolean option, value can be omitted)
nooption: set boolean option to 'off' (for example: -nossl)
copy: duplicate a server
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc
index ab883676d..ceb36a091 100644
--- a/doc/en/autogen/user/irc_options.asciidoc
+++ b/doc/en/autogen/user/irc_options.asciidoc
@@ -358,7 +358,7 @@
** values: on, off (default value: `on`)
* [[option_irc.look.temporary_servers]] *irc.look.temporary_servers*
-** description: `enable creation of temporary servers with command /connect`
+** description: `enable automatic addition of temporary servers with command /connect`
** type: boolean
** values: on, off (default value: `off`)
diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc
index 999b4f38e..d05a63569 100644
--- a/doc/en/autogen/user/weechat_commands.asciidoc
+++ b/doc/en/autogen/user/weechat_commands.asciidoc
@@ -674,12 +674,12 @@ password: password (optional)
value: new value for option
Examples:
- create a http proxy, running on local host, port 8888:
+ add a http proxy, running on local host, port 8888:
/proxy add local http 127.0.0.1 8888
- create a http proxy using IPv6 protocol:
+ add a http proxy using IPv6 protocol:
/proxy add local http ::1 8888
/proxy set local ipv6 on
- create a socks5 proxy with username/password:
+ add a socks5 proxy with username/password:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass
delete a proxy:
/proxy del myproxy