Weather module added.
This commit is contained in:
		@@ -3,8 +3,10 @@
 | 
				
			|||||||
# Add phrases in quotes to the array.
 | 
					# Add phrases in quotes to the array.
 | 
				
			||||||
phrases=(
 | 
					phrases=(
 | 
				
			||||||
  "cuss words, just let 'em roll, mother fucking shit god damn ass hole!"
 | 
					  "cuss words, just let 'em roll, mother fucking shit god damn ass hole!"
 | 
				
			||||||
 | 
					  "cuss words, just don't quit, mother fuck you damn shit head bitch!"
 | 
				
			||||||
  "damn!"
 | 
					  "damn!"
 | 
				
			||||||
  "fuck the fucking fuckers!"
 | 
					  "fuck the fucking fuckers!"
 | 
				
			||||||
 | 
					  "fuck the fuck off!"
 | 
				
			||||||
  "fuck!"
 | 
					  "fuck!"
 | 
				
			||||||
  "fuck. fuck. fuck. Mother mother fuck. Mother mother fuck fuck. Mother fuck mother fuck. Noise noise noise."
 | 
					  "fuck. fuck. fuck. Mother mother fuck. Mother mother fuck fuck. Mother fuck mother fuck. Noise noise noise."
 | 
				
			||||||
  "god damn it!"
 | 
					  "god damn it!"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,4 +10,4 @@ fi
 | 
				
			|||||||
if [ ${#weatherInfo} -lt 5 ]; then
 | 
					if [ ${#weatherInfo} -lt 5 ]; then
 | 
				
			||||||
weatherInfo="Sorry $1, no weather found for $3."
 | 
					weatherInfo="Sorry $1, no weather found for $3."
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
echo "$2" "$1: $weatherInfo"
 | 
					msg "$2" "$1: $weatherInfo"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user