Add a filter for those retarded fb hackers
This commit is contained in:
parent
2916591e9f
commit
b84dc90c6a
11
konata.sh
11
konata.sh
@ -333,6 +333,16 @@ say(){
|
||||
sendmsg "$res"
|
||||
}
|
||||
|
||||
hack(){
|
||||
# Congrats retards, you've finally done it
|
||||
case "$msg" in
|
||||
*Facebook* | *facebook* | *fb* | \
|
||||
*Instagram* | *instagram* | *insta* | \
|
||||
*WhatsApp* | *whatsapp* | *whatapp* )
|
||||
sendmsg "Stop asking stupid questions!" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
# Match incoming messages
|
||||
case "$cmd" in
|
||||
# Public commands
|
||||
@ -363,4 +373,5 @@ case "$msg" in
|
||||
# Miscellaneous
|
||||
*@ghnou*) tag ;;
|
||||
Konata\ say*) say ;;
|
||||
*hack*) hack ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user