Match tag function against whole message

This commit is contained in:
2021-02-04 19:36:56 +01:00
parent ca91cf2c0c
commit 16de3252c7

View File

@@ -205,6 +205,9 @@ case "$cmd" in
/term@$bot*) term ;;
# Notes and such
!anyone*) anyone ;;
esac
case "$msg" in
# Miscellaneous
*@ghnou*) tag ;;
esac