From 6c5f4f73df9527f81e7db9e2074abee4b786bc37 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 8 Mar 2021 19:02:31 +0100 Subject: [PATCH] readme: document query params --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 549e900..351c4b5 100644 --- a/README.md +++ b/README.md @@ -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].