Add snarky message for tags 3:)
This commit is contained in:
parent
e748d859a3
commit
82954f812f
@ -63,6 +63,10 @@ id(){
|
|||||||
sendmsg "Chat ID: $chat"
|
sendmsg "Chat ID: $chat"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tag(){
|
||||||
|
sendmsg "Please stand by, he'll get to your message soon™️..."
|
||||||
|
}
|
||||||
|
|
||||||
fail(){
|
fail(){
|
||||||
sendmsg "Sorry, you are not allowed to use this command!"
|
sendmsg "Sorry, you are not allowed to use this command!"
|
||||||
exit 1
|
exit 1
|
||||||
@ -82,5 +86,6 @@ case "$cmd" in
|
|||||||
/cv*|/corona*) cv ;;
|
/cv*|/corona*) cv ;;
|
||||||
/id*) id ;;
|
/id*) id ;;
|
||||||
/term*) term ;;
|
/term*) term ;;
|
||||||
|
*@ghnou*) tag ;;
|
||||||
*@konatasanbot*) hiya ;;
|
*@konatasanbot*) hiya ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user