mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
feat: alternate proxy switch mode "add" (#702)
* feat: alternate proxy switch mode "add" * docs: add proxy switch add to docs * chore: change default alias to proxy switch new from proxy switch on
This commit is contained in:
parent
e44d813b73
commit
6043d31b08
11 changed files with 76 additions and 19 deletions
|
|
@ -552,6 +552,15 @@ To log a switch, use the `pk;switch` command with one or more members. For examp
|
|||
Note that the order of members are preserved (this is useful for indicating who's "more" at front, if applicable).
|
||||
If you want to specify a member with multiple words in their name, remember to encase the name in "double quotes".
|
||||
|
||||
### Automatic Switching
|
||||
If you want PluralKit to automatically log a new switch whenever you [proxy](/guide/#proxying), you can tell it do so using the following command:
|
||||
|
||||
pk;config proxy switch new
|
||||
|
||||
Alternatively, if you want PluralKit to *add* the proxied member to the current switch instead of logging a new one, you can use this command:
|
||||
|
||||
pk;config proxy switch add
|
||||
|
||||
### Switching out
|
||||
If you want to log a switch with *no* members, you can log a switch-out as follows:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue