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