Fixed a small bug in bye.sh.
This commit is contained in:
parent
3392864263
commit
eaab1500c4
@ -9,5 +9,5 @@ bye=(
|
|||||||
"Bye $1."
|
"Bye $1."
|
||||||
"Alas $1, you will be missed."
|
"Alas $1, you will be missed."
|
||||||
)
|
)
|
||||||
msg "$2" "$1: ${bye[$(($RANDOM % ${#bye[@]}))]}"
|
msg "$2" "${bye[$(($RANDOM % ${#bye[@]}))]}"
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user