Use sendmsg for !anyone
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user