Fixed error message.

This commit is contained in:
Storm Dragon 2017-12-02 20:51:28 -05:00
parent a059aa6bb7
commit 91f50f6a35
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ if [ ${#lyricText} -gt 15 ] ; then
msg "$chan" "${lyricText}"
exit 0
fi
msg "$chan" "no lyrics found for ${trackName}."
msg "$chan" "no lyrics found for $@."
exit 0