From 7ba1e2e27ea9549e775ad006a9e20d22d7eec66f Mon Sep 17 00:00:00 2001 From: celso Date: Thu, 23 Mar 2023 00:32:27 -0300 Subject: [PATCH] extended response message and updated library --- bashbot-lib | 2 +- bot.sh | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bashbot-lib b/bashbot-lib index d518708..d0f9ebf 160000 --- a/bashbot-lib +++ b/bashbot-lib @@ -1 +1 @@ -Subproject commit d518708e969dbda11dcffb69c81816960c8f64c4 +Subproject commit d0f9ebf71c143ad7276be54d85d644f614e6d391 diff --git a/bot.sh b/bot.sh index a8edf65..dc2c117 100755 --- a/bot.sh +++ b/bot.sh @@ -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