modify the template used to set the topic to use the wording from the web page

This commit is contained in:
eeemsi 2023-02-05 10:34:03 +01:00
parent c1731d0c5d
commit 28f0219781
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
}