Yo Momma module added.
This commit is contained in:
parent
c1c2391cc6
commit
640d79973e
5
modules/yomomma/yomomma.sh
Executable file
5
modules/yomomma/yomomma.sh
Executable file
@ -0,0 +1,5 @@
|
||||
[ -f functions.sh ] && source functions.sh
|
||||
|
||||
joke="$(curl -s api.yomomma.info | sed -e 's/{"joke":"//' -e 's/"}$//')"
|
||||
joke="${joke//[[:space:]]/ }"
|
||||
msg "$2" "$joke"
|
Loading…
Reference in New Issue
Block a user