changed RemoteNickFormat to avoid an error. See issue #1421

Paul 2021-03-15 10:12:37 +01:00
parent 0ded804994
commit 57c6ee53db

@ -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"
```