Fixed wording for notifications so it sounds more natural.
This commit is contained in:
@@ -58,7 +58,7 @@ mute() {
|
|||||||
if [[ "$2" == "me" ]]; then
|
if [[ "$2" == "me" ]]; then
|
||||||
[[ $notify ]] && notify "You muted yourself."
|
[[ $notify ]] && notify "You muted yourself."
|
||||||
else
|
else
|
||||||
[[ $notify ]] && notify "$2 muted themselves."
|
[[ $notify ]] && notify "$2 muted."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@ unmute() {
|
|||||||
if [[ "$2" == "me" ]]; then
|
if [[ "$2" == "me" ]]; then
|
||||||
[[ $notify ]] && notify "You unmuted yourself."
|
[[ $notify ]] && notify "You unmuted yourself."
|
||||||
else
|
else
|
||||||
[[ $notify ]] && notify "$2 unmuted themselves."
|
[[ $notify ]] && notify "$2 unmuted."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ deafen() {
|
|||||||
if [[ "$2" == "me" ]]; then
|
if [[ "$2" == "me" ]]; then
|
||||||
[[ $notify ]] && notify "You deafened yourself."
|
[[ $notify ]] && notify "You deafened yourself."
|
||||||
else
|
else
|
||||||
[[ $notify ]] && notify "$2 deafened themselves."
|
[[ $notify ]] && notify "$2 deafened."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ undeafen() {
|
|||||||
if [[ "$2" == "me" ]]; then
|
if [[ "$2" == "me" ]]; then
|
||||||
[[ $notify ]] && notify "You undeafened yourself."
|
[[ $notify ]] && notify "You undeafened yourself."
|
||||||
else
|
else
|
||||||
[[ $notify ]] && notify "$2 undeafened themselves."
|
[[ $notify ]] && notify "$2 undeafened."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user