Updated how mute and deafen for self works, more similar to official client behavior.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user