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"