From 28f0219781f94df326b3c51efa7e0ea67017cfc9 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Sun, 5 Feb 2023 10:34:03 +0100 Subject: [PATCH] modify the template used to set the topic to use the wording from the web page --- 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 }