2023-11-12 10:03:05 +01:00
|
|
|
# URL parameters
|
|
|
|
|
|
|
|
gamja settings can be overridden using URL query parameters:
|
|
|
|
|
|
|
|
- `server`: path or URL to the WebSocket server
|
2024-05-09 22:56:58 +02:00
|
|
|
- `nick`: nickname (if the character `*` appears in the string, it will be
|
|
|
|
replaced with a randomly generated value)
|
2023-11-12 10:03:05 +01:00
|
|
|
- `channels`: comma-separated list of channels to join (`#` needs to be escaped)
|
|
|
|
- `open`: [IRC URL] to open
|
2025-01-19 21:11:58 +01:00
|
|
|
- `debug`: enable debug logs if set to `1`, disable debug logs if set to `0`
|
2023-11-12 10:03:05 +01:00
|
|
|
|
|
|
|
Alternatively, the channels can be set with the URL fragment (ie, by just
|
|
|
|
appending the channel name to the gamja URL).
|
|
|
|
|
|
|
|
[IRC URL]: https://datatracker.ietf.org/doc/html/draft-butcher-irc-url-04
|