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