matrix: add org.matrix.appservice-irc.config/README.md

Resolves: #44
This commit is contained in:
Aminda Suomalainen 2022-09-10 23:25:58 +03:00
parent 10f7dce2e7
commit ebbc0ddf09
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -0,0 +1,12 @@
# `org.matrix.appservice-irc.config`
Also known as IRC bridge configuration, [upstream documentation](https://github.com/matrix-org/matrix-appservice-irc/blob/develop/docs/room_configuration.md)
```json
{
"allowUnconnectedMatrixUsers": true
}
```
Another option would be `"lineLimit": 5` or whatever to configure at what point
the automatic pastebinning hits. Default is 3.