diff options
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" |