From 6712003387473b19a025f0438b7a7427f465ef17 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 1 Dec 2020 20:48:26 -0500 Subject: [PATCH] Made now playing a little more responsive. --- triggers/keywords/keywords.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triggers/keywords/keywords.sh b/triggers/keywords/keywords.sh index 93a2b26..075fc29 100755 --- a/triggers/keywords/keywords.sh +++ b/triggers/keywords/keywords.sh @@ -74,7 +74,7 @@ done # Example of dealing with multi word triggers. # Reset wordList without sorting it and with spaces removed. wordList="$(echo "${@,,}" | tr -d '[:space:]')" -if [[ "$wordList" =~ .*nowplaying:.*-.* ]]; then +if [[ "${wordList,,}" =~ .*nowplaying:.* ]]; then if [ "$who" = "lilmike" ]; then msg "$chan" "Ewww, it sounds like 2 robots making out!" else