From bb6fc8346199b224d491b852b88179a6e54ea3a6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 6 May 2017 22:35:01 -0400 Subject: [PATCH] New additions to stormbot. --- triggers/keywords/keywords.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triggers/keywords/keywords.sh b/triggers/keywords/keywords.sh index 4cddc13..c7f23b4 100755 --- a/triggers/keywords/keywords.sh +++ b/triggers/keywords/keywords.sh @@ -10,7 +10,7 @@ shift # the variable $who contains the nick that caused the trigger. declare -A keywords keywords[linux]="msg \"$chan\" \"Linux is $(shuf -n1 -e awesome God great lovely fantastic amazing wonderful)!\"" -keywords[windows]="msg \"$chan\" \"$(shuf -n1 -e "Apple got all pissed off because I farted in their store. It's not my falt they don't have Windows..." "Windows is dumb!" "Did you know that Micro Soft is Linda's pet name for Bill Gates?" "A computer without Windows is like a chocolate cake without the mustard." "Windows is stupid")!\"" +keywords[windows]="msg \"$chan\" \"$(shuf -n1 -e "Failure is not an option, it comes bundled with Windows!" "Apple got all pissed off because I farted in their store. It's not my falt they don't have Windows..." "Windows is dumb!" "Did you know that Micro Soft is Linda's pet name for Bill Gates?" "A computer without Windows is like a chocolate cake without the mustard." "Windows is stupid")!\"" keywords[emacs]="msg \"$chan\" \"$who, Real men use vim!\"" keywords[emacspeak]="msg \"$chan\" \"$who, Real men use vim!\"" keywords[nano]="msg \"$chan\" \"$who, Real men use vim!\""