Made now playing a little more responsive.
This commit is contained in:
		| @@ -74,7 +74,7 @@ done | |||||||
| # Example of dealing with multi word triggers. | # Example of dealing with multi word triggers. | ||||||
| # Reset wordList without sorting it and with spaces removed. | # Reset wordList without sorting it and with spaces removed. | ||||||
| wordList="$(echo "${@,,}" | tr -d '[:space:]')" | wordList="$(echo "${@,,}" | tr -d '[:space:]')" | ||||||
| if [[ "$wordList" =~ .*nowplaying:.*-.* ]]; then | if [[ "${wordList,,}" =~ .*nowplaying:.* ]]; then | ||||||
| if [ "$who" = "lilmike" ]; then | if [ "$who" = "lilmike" ]; then | ||||||
| msg "$chan" "Ewww, it sounds like 2 robots making out!" | msg "$chan" "Ewww, it sounds like 2 robots making out!" | ||||||
| else | else | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user