extended response message and updated library

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

@ -1 +1 @@
Subproject commit d518708e969dbda11dcffb69c81816960c8f64c4
Subproject commit d0f9ebf71c143ad7276be54d85d644f614e6d391

5
bot.sh
View File

@ -27,12 +27,13 @@ while [ "${1}" == "start" ]; do
[ "${curmsg[user_id]}" == "${i}" ] && {
[ "${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
declare -A curmsg
getmsg_content curmsg sentmsgs.txt
tput setaf 3; view_content curmsg; tput sgr0
}
done
unset curmsg
unset curmsg __ip
done