Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
minor add to script
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisamaphone committed Jul 22, 2021
1 parent aeefd59 commit 4a5bd2c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions elm/src/Script.elm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ myScript =
, contents = [ """Oh if we're not meeting til 9 I can
totally be there ^.^""" ]
}
, actions = [ Types.Archive ] -- Continue with a-three
, actions = [ Types.Archive ] -- XXX - continue with a-three
}
)
, ( "a-two"
Expand All @@ -169,9 +169,19 @@ myScript =
, to = [ dslist, me ]
, contents = [ "Got a table in the back!" ]
}
, actions = [ Types.Archive ]
-- , actions = [ Types.Archive ]
, actions = [ Types.Immediate "sam-cant-make-it" ]
}
)
, ( "sam-cant-make-it"
, { receivedEmail =
{ from = sam
, to = [dslist, me]
, contents = [ "sry can't make it :("]
}
, actions = [ Types.Archive]
}
)
, ( "a-three"
, { receivedEmail =
{ from = sam
Expand Down

0 comments on commit 4a5bd2c

Please sign in to comment.