aboutsummaryrefslogtreecommitdiff
path: root/src/Tomato
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tomato')
-rw-r--r--src/Tomato/.Post.hs.swpbin12288 -> 0 bytes
-rw-r--r--src/Tomato/Validate.hs2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Tomato/.Post.hs.swp b/src/Tomato/.Post.hs.swp
deleted file mode 100644
index f823f90..0000000
--- a/src/Tomato/.Post.hs.swp
+++ /dev/null
Binary files differ
diff --git a/src/Tomato/Validate.hs b/src/Tomato/Validate.hs
index a3dd328..0afc4b5 100644
--- a/src/Tomato/Validate.hs
+++ b/src/Tomato/Validate.hs
@@ -10,7 +10,7 @@ import Data.Message (InMessage (..))
isTomato :: InMessage -> Bool
isTomato m =
not (hasAttach m) &&
- groupId m == 87220147 &&
+ groupId m == "87220147" &&
isUser m &&
text m == "tomato"