From 48e9be4db61c64c355c57add1600b2e0a1f45fa1 Mon Sep 17 00:00:00 2001 From: Ilya Ivanov Date: Thu, 21 Jan 2021 06:36:19 +0700 Subject: [PATCH] fix underscores in irc and nicks in telegram --- templates/matterbridge.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/matterbridge.toml b/templates/matterbridge.toml index 26a9ac7..fec102b 100644 --- a/templates/matterbridge.toml +++ b/templates/matterbridge.toml @@ -13,7 +13,7 @@ UseSASL=true NickServNick="{{ mbridge_bot_nick }}" NickServPassword="{{ mbridge_irc_bot_pass }}" Label="{{ mbridge_irc_label }}" -StripMarkdown=true +# StripMarkdown=true ## RELOADABLE SETTINGS ## Settings below can be reloaded by editing the file @@ -57,9 +57,9 @@ Label="{{ mbridge_discord_label }}" #See https://core.telegram.org/bots#6-botfather #and https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau Token="{{ mbridge_telegram_bot_token }}" -MessageFormat="MarkdownV2" +MessageFormat="HTMLNick" Label="{{ mbridge_telegram_label }}" -RemoteNickFormat="\\[{LABEL}\\] \\<{NICK}\\> " +RemoteNickFormat="[{LABEL}] <{NICK}> " # [whatsapp.{{ mbridge_bridge_name }}] # RemoteNickFormat="@{NICK}: "