From 1c2c07397a3b01975ef7cfd936307ccd90ed60fb Mon Sep 17 00:00:00 2001 From: Kay Marquardt Date: Mon, 17 Apr 2023 15:36:10 +0200 Subject: [PATCH] Update 3_advanced.md --- doc/3_advanced.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/3_advanced.md b/doc/3_advanced.md index 2d4a92e..c9ce286 100644 --- a/doc/3_advanced.md +++ b/doc/3_advanced.md @@ -85,7 +85,8 @@ commands.sh send user input as TEXT | script reads TEXT | bashbot.sh reci ``` In case you want to process any other data then message TEXT, I recommend to switch to a more advanced bot framework. -In Bashbot you are on your own to implement methods for forwarding additional information in message TEXT sent to the script (only recommended for advanced bash experts). +In Bashbot you have to implement methods yourself to pass additional information in the message TEXT to the script. +(only recommended for advanced bash experts). #### Example script