diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-09 23:05:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-12-09 23:05:15 +0100 |
commit | b4d58dd9dafafe55ea9d05bca8e47761b56ab27a (patch) | |
tree | f92621a62679a7f9785bd3bf24394dbfed8bdbe4 /doc/en | |
parent | 4d4a0345671424fa9fd215525bf52dc35a618367 (diff) | |
download | weechat-b4d58dd9dafafe55ea9d05bca8e47761b56ab27a.zip |
Add option "-switch" to commands /connect and /reconnect
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 0e0a5b6af..61f3a9a3e 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -50,19 +50,20 @@ nickname: user or host to ban ........................................ -• *`/connect`* `[-all [-nojoin] | -open [-nojoin] | servername [servername ...] [-nojoin] | hostname[/port] [-option[=value]] [-nooption]]`:: +• *`/connect`* `[servername [servername ...] | hostname[/port] [-option[=value]] [-nooption] | -all | -open] [-nojoin] [-switch]`:: ........................................ connect to IRC server(s) - -all: connect to all servers defined in configuration - -open: connect to all opened servers that are not currently connected servername: internal server name to connect (server must have been created by /server add) - -nojoin: do not join any channel (even if autojoin is enabled on server) - hostname: hostname (or IP) of a server + hostname: hostname (or IP) of a server (this will create a TEMPORARY server) port: port for server (6667 by default) 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 + -open: connect to all opened servers that are not currently connected + -nojoin: do not join any channel (even if autojoin is enabled on server) + -switch: switch to next server address Examples: /connect freenode @@ -70,6 +71,7 @@ /connect irc6.oftc.net/6667 -ipv6 /connect irc6.oftc.net/6697 -ipv6 -ssl /connect my.server.org/6697 -ssl -password=test + /connect -switch ........................................ • *`/ctcp`* `target type [arguments]`:: @@ -447,14 +449,15 @@ data: raw data to send ........................................ -• *`/reconnect`* `[-all [-nojoin] | servername [servername ...] [-nojoin]]`:: +• *`/reconnect`* `[servername [servername ...] | -all] [-nojoin] [-switch]`:: ........................................ reconnect to server(s) - -all: reconnect to all servers servername: server name to reconnect + -all: reconnect to all servers -nojoin: do not join any channel (even if autojoin is enabled on server) + -switch: switch to next server address ........................................ • *`/rehash`* `[option]`:: |