Add snarky message for tags 3:)

This commit is contained in:
Michael De Roover 2020-12-27 13:26:26 +01:00
parent e748d859a3
commit 82954f812f
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -63,6 +63,10 @@ id(){
sendmsg "Chat ID: $chat"
}
tag(){
sendmsg "Please stand by, he'll get to your message soon™..."
}
fail(){
sendmsg "Sorry, you are not allowed to use this command!"
exit 1
@ -82,5 +86,6 @@ case "$cmd" in
/cv*|/corona*) cv ;;
/id*) id ;;
/term*) term ;;
*@ghnou*) tag ;;
*@konatasanbot*) hiya ;;
esac