better readable sed command

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-07-20 16:08:21 +02:00
parent c5ce29a586
commit 2dc1f385f2
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v0.99-dev2-0-g2b10471
#### $$VERSION$$ v0.99-dev2-11-gc5ce29a
#
# Exit Codes:
# - 0 success (hopefully)
@ -778,7 +778,7 @@ process_inline() {
process_message() {
local num="$1"
# Message
MESSAGE[0]+="$(JsonDecode "${UPD["result",${num},"message","text"]}" | sed 's#\\/#/#g')"
MESSAGE[0]+="$(JsonDecode "${UPD["result",${num},"message","text"]}" | sed 's|\\/|/|g')"
MESSAGE[ID]="${UPD["result",${num},"message","message_id"]}"
# Chat ID is now parsed when update isreceived