New additions to stormbot.

This commit is contained in:
Storm Dragon 2017-05-06 22:35:01 -04:00
parent dfcf100e63
commit bb6fc83461

View File

@ -10,7 +10,7 @@ shift
# the variable $who contains the nick that caused the trigger. # the variable $who contains the nick that caused the trigger.
declare -A keywords declare -A keywords
keywords[linux]="msg \"$chan\" \"Linux is $(shuf -n1 -e awesome God great lovely fantastic amazing wonderful)!\"" 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[emacs]="msg \"$chan\" \"$who, Real men use vim!\""
keywords[emacspeak]="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!\"" keywords[nano]="msg \"$chan\" \"$who, Real men use vim!\""