From d01e13f90d2645c9e67c3aa167cbf00ed921b05e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 19 Nov 2025 23:17:06 -0500 Subject: Bilingualize pronouns regex --- 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 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 ' ) -- cgit 1.4.1 7c3aa167cbf00ed921b05e'>this commit dontfiles
summary refs log tree commit diff
path: root/port (unfollow)
Commit message (Expand)Author
2020-05-03Add The Rosewater InsurrectionJune McEnroe
2020-04-29Add endorsement to git.causal.agencyJune McEnroe
2020-04-25Replace wcwidth implementation with that of muslJune McEnroe
2020-04-21Add Markus Kuhn's wcwidth implementationJune McEnroe
2020-04-20Use . as ${LDLIBS.$@} separatorJune McEnroe
2020-04-14Add CREEP UJune McEnroe
2020-04-14Add DONT COME TO THE WOODSJune McEnroe
2020-04-04Include <content src> in feedJune McEnroe
2020-04-04Set publish date in feed from .DdJune McEnroe
2020-04-01Update cgit setup post with git-http-backendJune McEnroe