Add gmail to that cursed list

This commit is contained in:
Michael De Roover 2021-05-20 14:46:24 +02:00
parent b84dc90c6a
commit 1ec32c1e6b
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -338,7 +338,8 @@ hack(){
case "$msg" in case "$msg" in
*Facebook* | *facebook* | *fb* | \ *Facebook* | *facebook* | *fb* | \
*Instagram* | *instagram* | *insta* | \ *Instagram* | *instagram* | *insta* | \
*WhatsApp* | *whatsapp* | *whatapp* ) *WhatsApp* | *whatsapp* | *whatapp* | \
*Gmail* | *gmail* )
sendmsg "Stop asking stupid questions!" ;; sendmsg "Stop asking stupid questions!" ;;
esac esac
} }