From c86137449e733fc643337f33eaa33daf9e16d73c Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 27 May 2021 21:45:23 +0200 Subject: Add a MessageClipped option to set your own clipped message. Closes #1359 (#1487) --- matterbridge.toml.sample | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 2819b287..a1b8a5fc 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -76,20 +76,24 @@ MessageDelay=1300 #Maximum amount of messages to hold in queue. If queue is full #messages will be dropped. -# will be add to the message that fills the queue. +# will be add to the message that fills the queue. #OPTIONAL (default 30) MessageQueue=30 #Maximum length of message sent to irc server. If it exceeds -# will be add to the message. +# will be add to the message. #OPTIONAL (default 400) MessageLength=400 -#Split messages on MessageLength instead of showing the +#Split messages on MessageLength instead of showing the #WARNING: this could lead to flooding #OPTIONAL (default false) MessageSplit=false +#Message to show when a message is too big +#Default "" +MessageClipped="" + #Delay in seconds to rejoin a channel when kicked #OPTIONAL (default 0) RejoinDelay=0 @@ -826,6 +830,10 @@ PreserveThreading=false #OPTIONAL (default false) ShowUserTyping=false +#Message to show when a message is too big +#Default "" +MessageClipped="" + ################################################################### #discord section ################################################################### @@ -961,6 +969,10 @@ ShowTopicChange=false # Supported from the following bridges: slack SyncTopic=false +#Message to show when a message is too big +#Default "" +MessageClipped="" + ################################################################### #telegram section ################################################################### @@ -1435,9 +1447,7 @@ StripNick=false ShowTopicChange=false ################################################################### -# # NCTalk (Nextcloud Talk) -# ################################################################### [nctalk.bridge] @@ -1460,9 +1470,7 @@ Password = "talkuserpass" GuestSuffix = " (Guest)" ################################################################### -# # Mumble -# ################################################################### [mumble.bridge] @@ -1505,9 +1513,14 @@ TLSCACertificate=mumble-ca.crt # OPTIONAL (default false) SkipTLSVerify=false +#Message to show when a message is too big +#Default "" +MessageClipped="" + ################################################################### #VK ################################################################### +# [vk.myvk] #Group access token #See https://vk.com/dev/bots_docs @@ -1518,9 +1531,7 @@ Token="Yourtokenhere" GroupID=123456789 ################################################################### -# # WhatsApp -# ################################################################### [whatsapp.bridge] @@ -1547,9 +1558,7 @@ Label="Organization" ################################################################### -# # zulip -# ################################################################### [zulip] -- cgit v1.2.3