diff options
| author | June McEnroe <june@causal.agency> | 2025-11-19 23:17:06 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2025-11-19 23:17:06 -0500 |
| commit | d01e13f90d2645c9e67c3aa167cbf00ed921b05e (patch) | |
| tree | 843d5e9797cce676672b76db8f04a28aeb9e05c1 /etc/pronouns/bot.sh | |
| parent | Hardcode a follower ID (diff) | |
| download | src-master.tar.gz src-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | etc/pronouns/bot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pronouns/bot.sh b/etc/pronouns/bot.sh index 21239210..aa613bd9 100644 --- a/etc/pronouns/bot.sh +++ b/etc/pronouns/bot.sh @@ -36,7 +36,7 @@ for follower_id in $followers 112284333737697665; do printf '%s' "${account}" | jq -r ' .fields | - map(select(.name | test("^pronouns?[?]?$"; "i"))) | + map(select(.name | test("^prono(un|m)s?[?]?$"; "i"))) | .[].value ' ) |