mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 03:04:59 -05:00
doc/url-params: document wildcard in nick param
This commit is contained in:
parent
0f273b9699
commit
f698d7a250
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
gamja settings can be overridden using URL query parameters:
|
||||
|
||||
- `server`: path or URL to the WebSocket server
|
||||
- `nick`: nickname
|
||||
- `nick`: nickname (if the character `*` appears in the string, it will be
|
||||
replaced with a randomly generated value)
|
||||
- `channels`: comma-separated list of channels to join (`#` needs to be escaped)
|
||||
- `open`: [IRC URL] to open
|
||||
- `debug`: if set to 1, debug mode is enabled
|
||||
|
|
Loading…
Reference in a new issue