From 9f3d39d46175779ad1947529c8107f5bd0e2e79e Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 23 Dec 2020 21:14:56 +0100 Subject: [PATCH] stats deprecated --- bashbot.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index 82edcd4..6f158fe 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -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}"