docs: add user, real_name, and request_caps to IRC example config
This commit is contained in:
parent
a89ba06cb8
commit
94b6b656c2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue