From 168584d693bde5944704e5f93e724a2a608ef09a Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sat, 9 Jan 2021 21:51:28 +0100 Subject: [PATCH] some minor additions --- bin/bashbot.ascii | 22 ++++++++++++++++++++++ mycommands.conf | 9 ++++++--- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 bin/bashbot.ascii diff --git a/bin/bashbot.ascii b/bin/bashbot.ascii new file mode 100644 index 0000000..b413e56 --- /dev/null +++ b/bin/bashbot.ascii @@ -0,0 +1,22 @@ + + .. + **** + ****oooooo***** + *****ooooooooooooo***** + *****oooooooooooooooooooooo**** + ****oooooooooooooooooooooooooooooooo** + *.*oooooooooooooooooooooooooooooooooooo** + *.ooooooooooooooooooooooooooooooooo**.... + *.oooooooooooooooooooooooooooo**......... + *.oooooooooooooooooooooooo**............. + *.ooooooooooooooooooo**.................. ____ _ _ _ + *.ooooooooooooooooo*.......,............. | _ \ | | | | | | + *.ooooooooooooooooo*.....,***,........... | |_) | __ _ ___ | |__ | |__ ___ | |_ + *.ooooooooooooooooo*....o*............... | _ < / _` |/ __|| '_ \ | '_ \ / _ \ | __| + *.ooooooooooooooooo*....*o***,........... | |_) || (_| |\__ \| | | || |_) || (_) || |_ + *.*oooooooooooooooo*........o*.....oo.... |____/ \__,_||___/|_| |_||_.__/ \___/ \__| + ****ooooooooooooo*....`***....oo.....* + *****oooooooo*......*..oo.....** + ******ooo*.............* + ***o*........** + **...** diff --git a/mycommands.conf b/mycommands.conf index c3c992b..58062a2 100644 --- a/mycommands.conf +++ b/mycommands.conf @@ -11,7 +11,7 @@ # Author: KayM (gnadelwartz), kay@rrr.de # Created: 09.01.2021 07:27 # -#### $$VERSION$$ v1.25-dev-41-g37e4539 +#### $$VERSION$$ v1.25-dev-43-geac2137 ####################################################### ########## @@ -32,12 +32,15 @@ export 'LANGUAGE=C.UTF-8' # edit the following lines to fit your bot usage # use ${ME} for current bot name in messages # Note: you must escape '_' in botname with two \ in markdown messages! + +# output of /info command export bashbot_info='This is @'"${ME//_/\\\\_}"', the Telegram example bot written entirely in bash. Edit commands and messages in mycommands.sh! ' + +# output of /help command (uncomment the next 2 lines # export bashbot_help='*Available commands*: -#' -export res="" +# ' # Set INLINE to 1 in order to receive inline queries. # To enable this option in your bot, send the /setinline command to @BotFather.