2024-06-19 07:53:27 +02:00
|
|
|
<!-- @format -->
|
|
|
|
|
2023-03-16 18:53:28 +01:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
|
|
|
|
- [`org.matrix.appservice-irc.config`](#orgmatrixappservice-ircconfig)
|
|
|
|
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
2022-09-10 22:25:58 +02:00
|
|
|
# `org.matrix.appservice-irc.config`
|
|
|
|
|
2024-06-19 07:53:27 +02:00
|
|
|
Also known as IRC bridge configuration,
|
|
|
|
[upstream documentation](https://github.com/matrix-org/matrix-appservice-irc/blob/develop/docs/room_configuration.md)
|
2022-09-10 22:25:58 +02:00
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"allowUnconnectedMatrixUsers": true
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2024-06-19 07:53:27 +02:00
|
|
|
Another option would be `"lineLimit": 5` or whatever to configure at what
|
|
|
|
point the automatic pastebinning hits. Default is 3.
|