diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-04 07:39:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-09-04 07:39:05 +0200 |
commit | 761ac5d0e98c06c27a3280fdac7e85fd2082d40f (patch) | |
tree | 582c75b9adba83613959562ba66b44b87fbc3d34 /doc/it/autogen/user/irc_commands.asciidoc | |
parent | 4c49113036feb9efbd39ac58952e4e753fa6611f (diff) | |
download | weechat-761ac5d0e98c06c27a3280fdac7e85fd2082d40f.zip |
irc: disable creation of temporary servers by default with command /connect, new option irc.look.temporary_servers
Diffstat (limited to 'doc/it/autogen/user/irc_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/irc_commands.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/it/autogen/user/irc_commands.asciidoc b/doc/it/autogen/user/irc_commands.asciidoc index b4ddb59d5..f78faae7a 100644 --- a/doc/it/autogen/user/irc_commands.asciidoc +++ b/doc/it/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 |