6
1
mirror of https://git.mills.io/saltyim/saltyim.git synced 2024-06-30 18:51:03 +00:00

Write an ASCII Bell on new messages

This commit is contained in:
James Mills 2022-03-17 07:47:03 +10:00
parent b2478c1524
commit b8fcdb0f68

@ -36,6 +36,7 @@ stream () {
return 2
fi
echo '\007'
jq -r '.payload' | base64 -d | salty -i "$SALTY_IDENTITY" -d
}