From 69ca15a9d2d0fe2400f674bb59d3d845e870ac08 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 24 Dec 2020 11:45:40 +0100 Subject: [PATCH] better broadcast hint --- bashbot.sh | 4 ++-- bin/bashbot_stats.sh | 2 +- bin/send_broadcast.sh | 2 +- bin/send_edit_message.sh | 2 +- bin/send_message.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bashbot.sh b/bashbot.sh index e717f97..f0b85ca 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -11,7 +11,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ v1.2-dev2-60-g450d94d +#### $$VERSION$$ v1.2-dev2-62-gfa24673 # # Exit Codes: # - 0 success (hopefully) @@ -1289,7 +1289,7 @@ if [ -z "${SOURCE}" ]; then ;; # send message to all users 'broadcast') - echo -e "${ORANGE}Output of ${BASHBOT_HOME:-.}/bin/send_broadcast.sh --help${NC}" + echo -e "${ORANGE}Broadcast is a separate command now, see ${BASHBOT_HOME:-.}/bin/send_broadcast.sh --help${NC}" "${BASHBOT_HOME:-.}"/bin/send_broadcast.sh --help exit ;; diff --git a/bin/bashbot_stats.sh b/bin/bashbot_stats.sh index 965d901..9c749f3 100755 --- a/bin/bashbot_stats.sh +++ b/bin/bashbot_stats.sh @@ -16,7 +16,7 @@ # AUTHOR: KayM (gnadelwartz), kay@rrr.de # CREATED: 23.12.2020 20:34 # -#### $$VERSION$$ v1.2-dev2-61-geba9216 +#### $$VERSION$$ v1.2-dev2-62-gfa24673 #=============================================================================== # set bashbot environment diff --git a/bin/send_broadcast.sh b/bin/send_broadcast.sh index 28b7058..fe3bcb5 100755 --- a/bin/send_broadcast.sh +++ b/bin/send_broadcast.sh @@ -23,7 +23,7 @@ # AUTHOR: KayM (gnadelwartz), kay@rrr.de # CREATED: 16.12.2020 16:14 # -#### $$VERSION$$ v1.2-dev2-61-geba9216 +#### $$VERSION$$ v1.2-dev2-62-gfa24673 #=============================================================================== # set bashbot environment diff --git a/bin/send_edit_message.sh b/bin/send_edit_message.sh index 022b150..f7935ca 100755 --- a/bin/send_edit_message.sh +++ b/bin/send_edit_message.sh @@ -22,7 +22,7 @@ # AUTHOR: KayM (gnadelwartz), kay@rrr.de # CREATED: 23.12.2020 16:52 # -#### $$VERSION$$ v1.2-dev2-61-geba9216 +#### $$VERSION$$ v1.2-dev2-62-gfa24673 #=============================================================================== # set bashbot environment diff --git a/bin/send_message.sh b/bin/send_message.sh index 11025ba..5d90d6d 100755 --- a/bin/send_message.sh +++ b/bin/send_message.sh @@ -21,7 +21,7 @@ # AUTHOR: KayM (gnadelwartz), kay@rrr.de # CREATED: 16.12.2020 11:34 # -#### $$VERSION$$ v1.2-dev2-61-geba9216 +#### $$VERSION$$ v1.2-dev2-62-gfa24673 #=============================================================================== # set bashbot environment