summary refs log tree commit diff
path: root/etc/pronouns/bot.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--etc/pronouns/bot.sh2
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
 		'
 	)