From d74552410a48d37210af5d1a844732b374a18a11 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 12 Apr 2019 11:26:41 +0200 Subject: [PATCH] user_is_botadmin final --- commands.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands.sh b/commands.sh index c89369d..e094a32 100755 --- a/commands.sh +++ b/commands.sh @@ -4,7 +4,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v0.6-dev2-11-gaeb9a6a +#### $$VERSION$$ v0.6-dev2-14-g56cb1bb # # shellcheck disable=SC2154 # shellcheck disable=SC2034 @@ -118,6 +118,7 @@ else ;; '/start') send_action "${CHAT[ID]}" "typing" + user_is_botadmin "${USER[ID]}" && send_markdown_message "${CHAT[ID]}" "You are *BOTADMIN*." bashbot_help "${CHAT[ID]}" ;;