From 57c6ee53db6f123007c76157ed6d634a6f1f26c3 Mon Sep 17 00:00:00 2001 From: Paul <36549980+Humorhenker@users.noreply.github.com> Date: Mon, 15 Mar 2021 10:12:37 +0100 Subject: [PATCH] changed RemoteNickFormat to avoid an error. See issue #1421 --- Section-Telegram-(basic).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Section-Telegram-(basic).md b/Section-Telegram-(basic).md index d1d5c3f..9abf847 100644 --- a/Section-Telegram-(basic).md +++ b/Section-Telegram-(basic).md @@ -3,7 +3,7 @@ #See https://core.telegram.org/bots#6-botfather #and https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau Token="Yourtokenhere" -RemoteNickFormat="({PROTOCOL}) <{NICK}> " +RemoteNickFormat="({PROTOCOL}) {NICK} " MessageFormat="HTMLNick" ```