readme: document query params

This commit is contained in:
Simon Ser 2021-03-08 19:02:31 +01:00
parent 7139e4511b
commit 6c5f4f73df

View File

@ -41,6 +41,13 @@ Start your IRC WebSocket server, e.g. on port 8080. Then run:
This will start a development HTTP server for gamja. Connect to it and append
`?server=ws://localhost:8080` to the URL.
## Query parameters
gamja settings can be overridden using URL query parameters:
- `server`: path or URL to the WebSocket server
- `channels`: comma-separated list of channels to join
## Contributing
Send patches on the [mailing list], report bugs on the [issue tracker].