mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-01-03 14:47:23 +00:00
Bashbot Version 0.76
This commit is contained in:
commit
61a1f6f626
@ -251,7 +251,6 @@ process_client() {
|
|||||||
copname="$ME"_"${CHAT[ID]}"
|
copname="$ME"_"${CHAT[ID]}"
|
||||||
# shellcheck source=./commands.sh
|
# shellcheck source=./commands.sh
|
||||||
source "${COMMANDS}" "$1"
|
source "${COMMANDS}" "$1"
|
||||||
|
|
||||||
tmpcount="COUNT${CHAT[ID]}"
|
tmpcount="COUNT${CHAT[ID]}"
|
||||||
grep -q "$tmpcount" <"${COUNTFILE}" >/dev/null 2>&1 || echo "$tmpcount">>"${COUNTFILE}"
|
grep -q "$tmpcount" <"${COUNTFILE}" >/dev/null 2>&1 || echo "$tmpcount">>"${COUNTFILE}"
|
||||||
# To get user count execute bash bashbot.sh count
|
# To get user count execute bash bashbot.sh count
|
||||||
|
Loading…
Reference in New Issue
Block a user