diff --git a/bashbot.sh b/bashbot.sh index dfa5ff6..31b539c 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$$ v1.2-dev2-37-g53c7879 +#### $$VERSION$$ v1.2-dev2-39-gbd155f8 # # Exit Codes: # - 0 success (hopefully) @@ -447,7 +447,7 @@ sendJson(){ # compose final json json='{'"${chat} $(iconv -f utf-8 -t utf-8 -c <<<"$2")"'}' if [ -n "${BASHBOTDEBUG}" ] ; then - log_update "sendJson (curl) CHAT=${chat#*:} JSON=${2:0:100} URL=${3##*/}" + log_update "sendJson (DETECTED_CURL) CHAT=${chat#*:} JSON=${2:0:100} URL=${3##*/}" log_message "DEBUG sendJson ==========\n$("${JSONSHFILE}" -b -n <<<"${json}" 2>&1)" fi # chat id not a number