From 3d3efde29bf865a4afbe5f638b8b59beb82d0eac Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 22 Dec 2025 18:28:01 +0000 Subject: Expand regular expression Look people should just use the field name "pronouns". --- etc/pronouns/bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pronouns/bot.sh b/etc/pronouns/bot.sh index b631fd40..8b7c9802 100644 --- a/etc/pronouns/bot.sh +++ b/etc/pronouns/bot.sh @@ -45,7 +45,7 @@ for follower_id in $followers 112284333737697665; do printf '%s' "${account}" | jq -r ' .fields | - map(select(.name | test("^prono(un|m)s?[?]?$"; "i"))) | + map(select(.name | test("^prono(un|m)s?[?]?$|^((professional|leisure|casual) |anti-)no(un|m)s?$"; "i"))) | .[].value ' ) -- cgit 1.4.1