extended response message and updated library

This commit is contained in:
celso 2023-03-23 00:32:27 -03:00
parent 02f43b6665
commit 4af79b4062
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1da6cf48d392c430a5ef852c82c90984df636ada Subproject commit 24c05e35dcefc61b9ce96a4191b31925308ba9f6

5
bot.sh
View File

@ -27,12 +27,13 @@ while [ "${1}" == "start" ]; do
[ "${curmsg[user_id]}" == "${i}" ] && { [ "${curmsg[user_id]}" == "${i}" ] && {
[ "${curmsg[callback]}" == "recheck" ] || [ "${curmsg[text]}" == "/start" ] [ "${curmsg[callback]}" == "recheck" ] || [ "${curmsg[text]}" == "/start" ]
} && { } && {
sendmsg "${curmsg[chat_id]}" $(./getip.sh "${bot_tmpdir}") __ip=$(./getip.sh "${bot_tmpdir}")
sendmsg "${curmsg[chat_id]}" "${__ip}%0Asyncplay: port 60000%0Acstrike: port 64000"
unset curmsg unset curmsg
declare -A curmsg declare -A curmsg
getmsg_content curmsg sentmsgs.txt getmsg_content curmsg sentmsgs.txt
tput setaf 3; view_content curmsg; tput sgr0 tput setaf 3; view_content curmsg; tput sgr0
} }
done done
unset curmsg unset curmsg __ip
done done