Fixed error message.
This commit is contained in:
@@ -13,5 +13,5 @@ if [ ${#lyricText} -gt 15 ] ; then
|
|||||||
msg "$chan" "${lyricText}"
|
msg "$chan" "${lyricText}"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
msg "$chan" "no lyrics found for ${trackName}."
|
msg "$chan" "no lyrics found for $@."
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user