forgot to push some module changes. They seem to be working though, so may as well do it now.

This commit is contained in:
Storm Dragon
2020-08-19 19:44:03 -04:00
parent e56f7fcf79
commit 166948749c
2 changed files with 22 additions and 3 deletions

View File

@ -17,6 +17,7 @@ if [[ "$spinPlus" == "$message" ]]; then
fi
fi
spin="${spin%[[:punct:]]}"
message="${message} $spin $spin $spin "
spinCount=$((RANDOM % 7 + 7))
for i in $(seq $spinCount) ; do