summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2017-04-15 19:00:15 +0200
committerWim <wim@42.be>2017-04-15 19:00:15 +0200
commitd1dd6c34405c210f8bc44c78c425113e60ea221e (patch)
treea44687d4876a88554c8da9dc0096ec4cab245f38 /matterbridge.toml.sample
parent02612c006112f9bfd14b9a0d9c5376dca2a7c4e1 (diff)
downloadmatterbridge-msglm-d1dd6c34405c210f8bc44c78c425113e60ea221e.tar.gz
matterbridge-msglm-d1dd6c34405c210f8bc44c78c425113e60ea221e.tar.bz2
matterbridge-msglm-d1dd6c34405c210f8bc44c78c425113e60ea221e.zip
Add support for edited messages (discord)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index d1dc0f41..2b2ee822 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -391,6 +391,14 @@ Token="Yourtokenhere"
#REQUIRED
Server="yourservername"
+#Disable sending of edits to other bridges
+#OPTIONAL (default false)
+EditDisable=false
+
+#Message to be appended to every edited message
+#OPTIONAL (default empty)
+EditSuffix=" (edited)"
+
#Nicks you want to ignore.
#Messages from those users will not be sent to other bridges.
#OPTIONAL