summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-09-04 07:39:05 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-09-04 07:39:05 +0200
commit761ac5d0e98c06c27a3280fdac7e85fd2082d40f (patch)
tree582c75b9adba83613959562ba66b44b87fbc3d34 /doc/en
parent4c49113036feb9efbd39ac58952e4e753fa6611f (diff)
downloadweechat-761ac5d0e98c06c27a3280fdac7e85fd2082d40f.zip
irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers
Diffstat (limited to 'doc/en')
-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