docs: add user, real_name, and request_caps to IRC example config

This commit is contained in:
Amir Mamaghani
2026-03-06 20:21:53 +01:00
parent a89ba06cb8
commit 94b6b656c2
+3
View File
@@ -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