mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 07:10:16 +01:00
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:
parent
4958ae4c1d
commit
7e4ba5188f
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue