From 94b6b656c24febedb742f6e543f735ccefb2ae6c Mon Sep 17 00:00:00 2001 From: Amir Mamaghani Date: Fri, 6 Mar 2026 20:21:53 +0100 Subject: [PATCH] docs: add user, real_name, and request_caps to IRC example config --- config/config.example.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index bd20ac535..9779bb862 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -170,11 +170,14 @@ "server": "irc.libera.chat:6697", "tls": true, "nick": "mybot", + "user": "", + "real_name": "", "password": "", "nickserv_password": "", "sasl_user": "", "sasl_password": "", "channels": ["#mychannel"], + "request_caps": ["server-time", "message-tags"], "allow_from": [], "group_trigger": { "mention_only": true