Use sendmsg for !anyone

This commit is contained in:
2021-01-06 20:00:01 +01:00
parent d38fcc9946
commit 5f8421ab07

View File

@@ -136,7 +136,7 @@ admin(){
# Notes and such # Notes and such
anyone(){ anyone(){
sendraw "Quite possibly\. [Why do you ask?](https://dontasktoask.com)" sendmsg "Quite possibly. [Why do you ask?](https://dontasktoask.com)"
} }
# Miscellaneous # Miscellaneous
@@ -158,7 +158,7 @@ case "$cmd" in
/stat@$bot) stat ;; /stat@$bot) stat ;;
/term@$bot*) term ;; /term@$bot*) term ;;
# Notes and such # Notes and such
!anyone) anyone ;; !anyone*) anyone ;;
# Miscellaneous # Miscellaneous
*@ghnou*) tag ;; *@ghnou*) tag ;;
esac esac