Merge branch 'main' into proxyswitch-add

This commit is contained in:
Petal Ladenson 2024-12-05 18:18:04 -07:00 committed by GitHub
commit fbebe38afe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 1000 additions and 423 deletions

View file

@ -382,7 +382,7 @@ You can now set some proxy tags:
pk;member John proxy John:text
Now, oth of the following will work without needing to add multiple versions of the proxy tag:
Now, both of the following will work without needing to add multiple versions of the proxy tag:
John: Hello!
JOHN: Hello!
@ -394,6 +394,10 @@ The default proxy username formatting is "{name} {tag}", but you can customize t
pk;config nameformat {tag} {name}
pk;config nameformat {name}@{tag}
You can also do this on a per-server basis:
pk;config servernameformat {tag} {name}
pk;config servernameformat {name}@{tag}
## Interacting with proxied messages