Weather module added.
This commit is contained in:
parent
59042bb054
commit
65c1ab25c0
@ -3,8 +3,10 @@
|
||||
# Add phrases in quotes to the array.
|
||||
phrases=(
|
||||
"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!"
|
||||
"fuck the fucking fuckers!"
|
||||
"fuck the fuck off!"
|
||||
"fuck!"
|
||||
"fuck. fuck. fuck. Mother mother fuck. Mother mother fuck fuck. Mother fuck mother fuck. Noise noise noise."
|
||||
"god damn it!"
|
||||
|
@ -10,4 +10,4 @@ fi
|
||||
if [ ${#weatherInfo} -lt 5 ]; then
|
||||
weatherInfo="Sorry $1, no weather found for $3."
|
||||
fi
|
||||
echo "$2" "$1: $weatherInfo"
|
||||
msg "$2" "$1: $weatherInfo"
|
||||
|
Loading…
Reference in New Issue
Block a user