diff options
author | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-06-01 17:41:44 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@gmail.com> | 2022-06-01 17:41:44 -0500 |
commit | a2111ffa6e530e054c377d9538b8b066f218de29 (patch) | |
tree | dad4f9ccd22bc9f8710f46d75a3d52b9d039e39d /src/Tomato/Validate.hs | |
parent | ff147c66282273833407b4be0af4cfce143a7903 (diff) |
Move group
Diffstat (limited to 'src/Tomato/Validate.hs')
-rw-r--r-- | src/Tomato/Validate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tomato/Validate.hs b/src/Tomato/Validate.hs index fe0d82a..f95601d 100644 --- a/src/Tomato/Validate.hs +++ b/src/Tomato/Validate.hs @@ -11,7 +11,7 @@ import Tomato.Data.Message (InMessage (..)) isTomato :: InMessage -> Bool isTomato m = not (hasAttach m) && - groupId m == "87220147" && + groupId m == "61875176" && isUser m && text m == "tomato" |