Merge branch 'main' of ssh://git.kluster.moll.re:2222/remoll/journal-bot
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lia Schöneweiß
2023-11-25 14:57:37 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ class JournalEntry(BaseModel):
"("
"(((?<=(\.|\!|\?)\s)[A-Z])|(^[A-Z]))" # beginning of a sentence
"([^\.\!\?])+" # any character being part of a sentence
"\:\)" # the smiley
"((\:\))|😇|😈)" # the smiley
"([^\.\!\?])*" # continuation of sentence
"(\.|\!|\?|\,|$)" # end of the sentence
")"