mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add configurable autoproxy latch timeout
This commit is contained in:
parent
37294b68da
commit
8e5fb6520b
8 changed files with 70 additions and 10 deletions
|
|
@ -340,6 +340,20 @@ To enable latch-mode autoproxying for a given server, use the following command:
|
|||
|
||||
pk;autoproxy latch
|
||||
|
||||
::: tip
|
||||
By default, latch mode times out after 6 hours. It is possible to change this:
|
||||
|
||||
pk;autoproxy timeout <new duration>
|
||||
|
||||
To reset the duration, use the following command:
|
||||
|
||||
pk;autoproxy timeout reset
|
||||
|
||||
To disable timeout (never timeout), use the following command:
|
||||
|
||||
pk;autoproxy timeout disable
|
||||
:::
|
||||
|
||||
#### Member mode
|
||||
This autoproxy mode will autoproxy for a specific selected member, irrelevant of past proxies or fronters.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue