From c822cfb5d9f61d3739d253112d3983b934dad188 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 5 Jan 2016 17:05:26 +0100 Subject: [PATCH] Added description --- bashbot.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bashbot.sh b/bashbot.sh index 3d53fb5..92a5fac 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -79,6 +79,16 @@ process_client() { '/info') send_message "$TARGET" "This is bashbot, the Telegram bot written entirely in bash." ;; + '/start') + send_message "$TARGET" "This is bashbot, the Telegram bot written entirely in bash. +Features background tasks and interactive chats. +Can serve as an interface for cli programs. +Currently can send messages, custom keyboards and photos. + +Written by @topkecleon, Juan Potato (@awkward_potato), Lorenzo Santina (BigNerd95) and Daniil Gentili (danog) +http://github.com/topkecleon/bashbot +" + ;; *) send_message "$TARGET" "$MESSAGE" esac