diff options
Diffstat (limited to 'doc/en/autogen/user/irc_commands.asciidoc')
-rw-r--r-- | doc/en/autogen/user/irc_commands.asciidoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_commands.asciidoc b/doc/en/autogen/user/irc_commands.asciidoc index 739ecd474..2c5e91026 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 @@ -631,7 +632,7 @@ channel: channel name [command]*`samode`* change mode on channel, without having operator status:: ---- -/samode <channel> <mode> +/samode [<channel>] <mode> channel: channel name mode: mode for channel |