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 0e74f7e8..9646f053 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -832,6 +832,11 @@ Label="" #The string "{BRIDGE}" (case sensitive) will be replaced by the sending bridge #The string "{LABEL}" (case sensitive) will be replaced by label= field of the sending bridge #The string "{PROTOCOL}" (case sensitive) will be replaced by the protocol used by the bridge +# +#WARNING: if you have set MessageFormat="HTML" be sure that this format matches the guidelines +#on https://core.telegram.org/bots/api#html-style otherwise the message will not go through to +#telegram! eg <{NICK}> should be <{NICK}> +# #OPTIONAL (default empty) RemoteNickFormat="[{PROTOCOL}] <{NICK}> " |