Updated how mute and deafen for self works, more similar to official client behavior.

This commit is contained in:
Storm Dragon
2026-09-05 22:11:03 -04:00
parent cf9746c8de
commit 97e0dc9281
5 changed files with 111 additions and 23 deletions
+8
View File
@@ -76,10 +76,18 @@ mutedeafen() {
[[ $notify ]] && notify "You muted and deafened yourself."
}
deafen() {
[[ $notify ]] && notify "You deafened yourself."
}
muteundeafen() {
[[ $notify ]] && notify "You undeafened yourself. Your microphone remains muted."
}
unmuteundeafen() {
[[ $notify ]] && notify "You unmuted and undeafened yourself."
}
msg() {
[[ $sound ]] && play -n synth .3 sin 1290:1490 sin 1494:1294 remix - norm -8
[[ $notify ]] && notify "$1 from $2: $3"