Update config.template.ini

Allow simple HTML stype formatting options like <b></b> for bold and <i></i> for italic in the Telegram plugin.
See https://core.telegram.org/bots/api#formatting-options for full details.
This commit is contained in:
PeterLaemmle 2020-09-28 21:00:22 +02:00 committed by GitHub
parent 4958ae4c1d
commit 7e4ba5188f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -426,14 +426,17 @@ GoogleAPIKey =
# Use the following format: CityOfOrigin+Street+Number
RoutingOrigin = MyCity+MyStreet+MyNumber
#Wildcards can be used, see end of the file!
# Wildcards can be used, see end of the file!
# In addition, feel free to use simple HTML stlye tags like <b>%FMS%</b>
FMS_message = %DATE% %TIME%: %FMS%
#Wildcards can be used, see end of the file!
#W ildcards can be used, see end of the file!
# In addition, feel free to use simple HTML stlye tags like <b>%ZVEI%</b>
ZVEI_message = %DATE% %TIME%: %ZVEI%
#Wildcards can be used, see end of the file!
POC_message = %MSG%
# Wildcards can be used, see end of the file!
# In addition, feel free to use simple HTML stlye tags like <b>%DESCR%</b>
POC_message = %DESCR%%BR%%MSG%
[yowsup]