mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-22 15:35:09 +00:00
fix wrong quoting
This commit is contained in:
parent
262bb9e805
commit
a3b82f72e4
@ -2,14 +2,14 @@
|
|||||||
# files: mycommands.sh.dist
|
# files: mycommands.sh.dist
|
||||||
# copy to mycommands.sh and add all your commands and functions here ...
|
# 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=SC2154
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
|
|
||||||
# uncomment the following lines to overwrite info and hel messages
|
# uncomment the following lines to overwrite info and help messages
|
||||||
# bashbot_info='This is bashbot, the Telegram bot written entirely in bash.`
|
# bashbot_info='This is bashbot, the Telegram bot written entirely in bash.
|
||||||
#'
|
#'
|
||||||
# bashbot_help='*Available commands*:
|
# bashbot_help='*Available commands*:
|
||||||
#'
|
#'
|
||||||
|
Loading…
Reference in New Issue
Block a user