summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_commands.asciidoc3
-rw-r--r--doc/en/autogen/user/irc_options.asciidoc5
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc
index 739ecd474..804ac5fab 100644
--- a/doc/en/autogen/user/irc_commands.asciidoc
+++ b/doc/en/autogen/user/irc_commands.asciidoc
@@ -89,8 +89,9 @@ Without argument, this command display ban list for current channel.
server: server name, which can be:
- internal server name (created by /server add, recommended usage)
- - hostname/port or IP/port (this will create a TEMPORARY server), port is 6667 by default
+ - 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
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
diff --git a/doc/en/autogen/user/irc_options.asciidoc b/doc/en/autogen/user/irc_options.asciidoc
index f376a6612..a98d627bb 100644
--- a/doc/en/autogen/user/irc_options.asciidoc
+++ b/doc/en/autogen/user/irc_options.asciidoc
@@ -343,6 +343,11 @@
** type: boolean
** values: on, off (default value: `on`)
+* [[option_irc.look.temporary_servers]] *irc.look.temporary_servers*
+** description: `enable creation of temporary servers with command /connect`
+** type: boolean
+** values: on, off (default value: `off`)
+
* [[option_irc.look.topic_strip_colors]] *irc.look.topic_strip_colors*
** description: `strip colors in topic (used only when displaying buffer title)`
** type: boolean