From ebbc0ddf09d0248187ef035ce1e7f456b0d09d31 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 10 Sep 2022 23:25:58 +0300 Subject: [PATCH] matrix: add org.matrix.appservice-irc.config/README.md Resolves: #44 --- matrix/org.matrix.appservice-irc.config/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 matrix/org.matrix.appservice-irc.config/README.md diff --git a/matrix/org.matrix.appservice-irc.config/README.md b/matrix/org.matrix.appservice-irc.config/README.md new file mode 100644 index 0000000..3a1cdac --- /dev/null +++ b/matrix/org.matrix.appservice-irc.config/README.md @@ -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.