From 0841633dd986cdf9f112ed6a5329f04a576c1ddb Mon Sep 17 00:00:00 2001 From: Kay Marquardt Date: Tue, 19 May 2020 18:27:21 +0200 Subject: [PATCH] ups, forgot to remove dev exit --- bashbot.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bashbot.sh b/bashbot.sh index f7b5d04..3c470e0 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -168,7 +168,6 @@ if [[ ! "${BOTTOKEN}" =~ ^[0-9]{8,10}:[a-zA-Z0-9_-]{35}$ ]]; then echo -e "${ORANGE}Posilbe problem in the charatcers part, len is $(($(wc -c <<<"${BOTTOKEN#*:}")-1))${NC}" fi -exit ################## # here we start with the real stuff