efingerd supports .pronouns

This commit is contained in:
James Tomasino 2021-10-19 11:15:33 +00:00
parent 9d623b5ae2
commit 8583f7556d
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ else
printf "Timezone: %s\\n" "$(cat "${user_folder}/.tz")"
fi
# Timezone
if [ -f "${user_folder}/.pronouns" ]; then
printf "Pronouns: %s\\n" "$(cat "${user_folder}/.pronouns")"
fi
# Online status
if finger "$3" | grep -q 'On since'; then
printf "Online.\\n"