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

Merged
sdk merged 1 commits from :main into main 2023-02-05 14:54:47 +01:00
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
}