diff options
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/demo_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/relay_commands.txt | 12 | ||||
-rw-r--r-- | doc/en/autogen/user/relay_options.txt | 13 |
4 files changed, 18 insertions, 13 deletions
diff --git a/doc/en/autogen/user/demo_commands.txt b/doc/en/autogen/user/demo_commands.txt index fca1b30e8..7067203d6 100644 --- a/doc/en/autogen/user/demo_commands.txt +++ b/doc/en/autogen/user/demo_commands.txt @@ -35,7 +35,7 @@ • *`/demo_printf`* `[text]`:: ........................................ - print some messages on current ubffer + print some messages on current buffer text: write this text ........................................ diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 1510f7d17..d4975a40e 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -197,6 +197,10 @@ channel: channel where user is nickname: nickname to kick and ban comment: comment for kick + + It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*", for example: + /kickban toto!*@host.com + will ban "*!*@host.com" and then kick "toto". ........................................ • *`/kill`* `nickname comment`:: diff --git a/doc/en/autogen/user/relay_commands.txt b/doc/en/autogen/user/relay_commands.txt index 957a0198d..35fe4748e 100644 --- a/doc/en/autogen/user/relay_commands.txt +++ b/doc/en/autogen/user/relay_commands.txt @@ -1,10 +1,16 @@ -• *`/relay`* `[list | listfull]`:: +• *`/relay`* `[list | listfull | add protocol.name port | del protocol.name]`:: ........................................ relay control - list: list relay clients - listfull: list relay clients (verbose) + list: list relay clients (only active relays) + listfull: list relay clients (verbose, all relays) + listrelay: list relays (name and port) + add: add relay for a protocol + name + del: remove relay for a protocol + name + protocol.name: protocol and name to relay + for example: irc.freenode + port: port used for relay Without argument, this command opens buffer with list of relay clients. ........................................ diff --git a/doc/en/autogen/user/relay_options.txt b/doc/en/autogen/user/relay_options.txt index 8edbad5b3..26862e349 100644 --- a/doc/en/autogen/user/relay_options.txt +++ b/doc/en/autogen/user/relay_options.txt @@ -43,13 +43,8 @@ ** type: boolean ** values: on, off (default value: on) -* *relay.network.enabled* -** description: enable relay -** type: boolean -** values: on, off (default value: off) - -* *relay.network.listen_port_range* -** description: port number (or range of ports) that relay plugin listens on (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, it's recommended to use ports greater than 1024, because only root can use ports below 1024) -** type: string -** values: any string (default value: "22373-22400") +* *relay.network.max_clients* +** description: maximum number of clients connecting to a port +** type: integer +** values: 1 .. 1024 (default value: 5) |