diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index b6a674e9..7552d395 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -80,6 +80,11 @@ MessageQueue=30 #OPTIONAL (default 400) MessageLength=400 +#Split messages on MessageLength instead of showing the <message clipped> +#WARNING: this could lead to flooding +#OPTIONAL (default false) +MessageSplit=false + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |