diff --git a/README.html b/README.html index d5c84f2..76d5471 100644 --- a/README.html +++ b/README.html @@ -224,6 +224,6 @@ It features background tasks and interactive chats, and can serve as an interfac

@Gnadelwartz

That's it!

If you feel that there's something missing or if you found a bug, feel free to submit a pull request!

-

$$VERSION$$ v0.94-4-gcbce60a

+

$$VERSION$$ v0.94-5-g6531fec

diff --git a/README.md b/README.md index 4a4ef2c..535e6f0 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,4 @@ This may happen if to many wrong requests are sent to api.telegram.org, e.g. usi If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v0.94-4-gcbce60a +#### $$VERSION$$ v0.94-5-g6531fec diff --git a/README.txt b/README.txt index 25f09a9..5efe3f1 100644 --- a/README.txt +++ b/README.txt @@ -257,4 +257,4 @@ tor proxy on your server you may uncomment the ```BASHBOT_CURL_ARGS``` line in If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ v0.94-4-gcbce60a +#### $$VERSION$$ v0.94-5-g6531fec diff --git a/bashbot.sh b/bashbot.sh index 68cc3a8..7d8af2c 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -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.94-0-gaaa71c8 +#### $$VERSION$$ v0.94-5-g6531fec # # Exit Codes: # - 0 sucess (hopefully) @@ -344,7 +344,7 @@ JsonGetValue() { # $1 ARRAY name, must be declared with "declare -A ARRAY" before calling Json2Array() { # shellcheck source=./commands.sh - [ -z "$1" ] || source <( printf "$1"'=( %s )' "$(sed -E -n -e '/\["[-0-9a-zA-Z_,."]+"\]\t/ s/\t/=/gp' -e 's/=(true|false)/="\1"/')" ) + [ -z "$1" ] || source <( printf "$1"'=( %s )' "$(sed -E -n -e '/\["[-0-9a-zA-Z_,."]+"\]\+*\t/ s/\t/=/gp' -e 's/=(true|false)/="\1"/')" ) } # output ARRAY as JSON.sh style data # $1 ARRAY name, must be declared with "declare -A ARRAY" before calling diff --git a/doc/0_install.md b/doc/0_install.md index c83c5c3..b4dd56c 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -98,5 +98,5 @@ The old format is supported for backward compatibility, but may fail for corner #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ v0.94-4-gcbce60a +#### $$VERSION$$ v0.94-5-g6531fec