diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-01-11 13:50:41 +0000 |
|---|---|---|
| committer | Tianhao Wang <wth@riseup.net> | 2024-01-11 13:50:41 +0000 |
| commit | 7b3ef7a4726ba1e76f99b8569767aea5be99a1f5 (patch) | |
| tree | 5261d467e164e6542921ad35a29738d26f572123 /patterns.py | |
| parent | ebc18cf2aa3d486b744bceba1ae1479672b8bddd (diff) | |
interactions based on intimacy
Diffstat (limited to 'patterns.py')
| -rw-r--r-- | patterns.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patterns.py b/patterns.py index 2bf400d..d5a99ce 100644 --- a/patterns.py +++ b/patterns.py @@ -2,7 +2,7 @@ import re #### RE PATTERNS #### re_contains_meow = re.compile(r'(me+o+w|喵|にゃん|nya+n)',re.IGNORECASE) -re_contains_bird = re.compile(r'(鸟|bird|鳥)',re.IGNORECASE) +re_contains_bird = re.compile(r'(鸟|鳥)',re.IGNORECASE) #### MISC STRING PRESETS #### cat_sounds = ["Meow!", "Mrrrow!", "Purr...", "Meee-OW!", "Mreoww!", "Nya~", "Mew?", "Rowr?", "Prrrr...", "Maow-maow!"] bird_sounds = ["鸟!", "chirp!"] |
