From 65c1ab25c0016f2d5d3ddac438cec9ae6b7bbb7c Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 9 Sep 2016 14:42:18 -0400 Subject: [PATCH] Weather module added. --- modules/cuss/cuss.sh | 2 ++ modules/weather/weather.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/cuss/cuss.sh b/modules/cuss/cuss.sh index 67c49f8..4899d43 100755 --- a/modules/cuss/cuss.sh +++ b/modules/cuss/cuss.sh @@ -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!" diff --git a/modules/weather/weather.sh b/modules/weather/weather.sh index 4d81a22..9fd1156 100755 --- a/modules/weather/weather.sh +++ b/modules/weather/weather.sh @@ -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"