stats deprecated

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-23 21:14:56 +01:00
parent 4a4f73b7b0
commit 9f3d39d461

View File

@ -11,7 +11,7 @@
# This file is public domain in the USA and all free countries. # This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
# #
#### $$VERSION$$ v1.2-dev2-45-g873169b #### $$VERSION$$ v1.2-dev2-55-g4a4f73b
# #
# Exit Codes: # Exit Codes:
# - 0 success (hopefully) # - 0 success (hopefully)
@ -1248,6 +1248,7 @@ if [ -z "${SOURCE}" ]; then
;; ;;
# print usage stats # print usage stats
"stats") "stats")
echo -e "${ORANGE}stats deprecated, see bin/bashbot_stats --help${NC}"
ME="$(getConfigKey "botname")" ME="$(getConfigKey "botname")"
declare -A STATS declare -A STATS
jssh_readDB_async "STATS" "${COUNTFILE}" jssh_readDB_async "STATS" "${COUNTFILE}"