stats deprecated

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-23 21:14:56 +01:00
parent 4a4f73b7b0
commit 9f3d39d461
1 changed files with 2 additions and 1 deletions

View File

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