From 51d6434811cca76754172334ec517dfc9242de5f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 25 Sep 2016 00:27:31 -0400 Subject: [PATCH] fixed spelling error. --- 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 8b69feb..467e2af 100755 --- a/triggers/keywords/keywords.sh +++ b/triggers/keywords/keywords.sh @@ -24,5 +24,5 @@ done # Reset wordList without sorting it and with spaces removed. wordList="$(echo "${@,,}" | tr -d '[:space:]')" if [[ "$wordList" =~ .*nowplaying:.*-.* ]]; then -act "$chan" "$(shuf -n1 -e "cranks the volume up to 11" "got soooo high at that show" "boogies down the the sound of the band")!" +act "$chan" "$(shuf -n1 -e "cranks the volume up to 11" "got soooo high at that show" "boogies down to the sound of the band")!" fi