From f698d7a25045c15d3741ee3a4a19bf27c32a3b2f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 9 May 2024 22:56:58 +0200 Subject: [PATCH] doc/url-params: document wildcard in nick param --- doc/url-params.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/url-params.md b/doc/url-params.md index 5912d78..58419f5 100644 --- a/doc/url-params.md +++ b/doc/url-params.md @@ -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