modify the template used to set the topic to use the wording from the web page (#1)

Co-authored-by: eeemsi <eeemsi+git-uugrn@gmail.com>
Reviewed-on: #1
Co-authored-by: eeemsi <eeemsi@noreply.git.uugrn.org>
Co-committed-by: eeemsi <eeemsi@noreply.git.uugrn.org>
This commit is contained in:
eeemsi 2023-02-05 14:54:45 +01:00 committed by Stefan Hagen
parent c1731d0c5d
commit fe41bdc363
1 changed files with 1 additions and 1 deletions

View File

@ -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
}