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