Updated keywords
This commit is contained in:
parent
a7f728bc56
commit
23a236f4b4
@ -9,8 +9,11 @@ shift
|
|||||||
# the variable $chan contains the channel that caused the trigger.
|
# the variable $chan contains the channel that caused the trigger.
|
||||||
# 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 wonderful)!\""
|
keywords[linux]="msg \"$chan\" \"Linux is $(shuf -n1 -e awesome God great lovely fantastic amazing wonderful)!\""
|
||||||
keywords[chicken]="msg \"$chan\" \"$who, I'm gonna grab me $(shuf -n1 -e "a case of beer" "a weed eater" "a 5 gallon jug of vaseline") and a $(shuf -n1 -e dead frozen live young) chicken, and $(shuf -n1 -e "have fun" "make chicks" "lay it like an egg" "put my beak where it don't belong") ALL NIGHT LONG!!!\""
|
keywords[chicken]="msg \"$chan\" \"$who, I'm gonna grab me $(shuf -n1 -e "a case of beer" "a weed eater" "a 5 gallon jug of vaseline" "a can of wd40") and a $(shuf -n1 -e dead frozen live young) chicken, and $(shuf -n1 -e "have fun"
|
||||||
|
"make
|
||||||
|
chicks"
|
||||||
|
"lay it like an egg" "put my beak where it don't belong") ALL NIGHT LONG!!!\""
|
||||||
keywords[dragonforce]="msg \"$chan\" \"$who: I love DragonForce!!!\""
|
keywords[dragonforce]="msg \"$chan\" \"$who: I love DragonForce!!!\""
|
||||||
|
|
||||||
wordList="$(echo "${@,,}" | tr '[:space:]' $'\n' | sort -u)"
|
wordList="$(echo "${@,,}" | tr '[:space:]' $'\n' | sort -u)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user