From fe41bdc363a450729a1ad01c735bea1585ce76a5 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sun, 5 Feb 2023 14:54:45 +0100 Subject: [PATCH] modify the template used to set the topic to use the wording from the web page (#1) Co-authored-by: eeemsi Reviewed-on: https://git.uugrn.org/sdk/uugbot/pulls/1 Co-authored-by: eeemsi Co-committed-by: eeemsi --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 116886c..9364019 100755 --- a/start.sh +++ b/start.sh @@ -41,7 +41,7 @@ settopic() { | cut -d"|" -f1 \ | sed 's/ $//g') - say "/topic $CHANNEL :Willkommen bei der UUGRN | Nächstes event: $text am $date um $time Uhr." + say "/topic $CHANNEL :Willkommen bei der UUGRN | Nächste Veranstaltung: $text am $date um $time Uhr." done }