From a3b82f72e471f0b3c39141773644c89a8d6c01be Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 24 Apr 2019 13:40:59 +0200 Subject: [PATCH] fix wrong quoting --- mycommands.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mycommands.sh b/mycommands.sh index c1afbb7..f95aac1 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -2,14 +2,14 @@ # files: mycommands.sh.dist # copy to mycommands.sh and add all your commands and functions here ... # -#### $$VERSION$$ v0.70-dev2-18-g097a841 +#### $$VERSION$$ v0.70-dev2-19-g262bb9e # # shellcheck disable=SC2154 # shellcheck disable=SC2034 -# uncomment the following lines to overwrite info and hel messages -# bashbot_info='This is bashbot, the Telegram bot written entirely in bash.` +# uncomment the following lines to overwrite info and help messages +# bashbot_info='This is bashbot, the Telegram bot written entirely in bash. #' # bashbot_help='*Available commands*: #'