From c545736e308e6addba98d729f330ea923c75d38c Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Sun, 13 Jan 2019 16:04:03 +0800 Subject: [PATCH] Add script to remind about cleaning the pool --- src/cleanpool.php | 5 +++++ src/strings.php | 1 + 2 files changed, 6 insertions(+) create mode 100644 src/cleanpool.php diff --git a/src/cleanpool.php b/src/cleanpool.php new file mode 100644 index 0000000..2964e3d --- /dev/null +++ b/src/cleanpool.php @@ -0,0 +1,5 @@ + '%s bill: $%s each due on the %s', 'billreminder' => '[REMINDER %d DAYS] %s bill: $%s each due on the %s', 'drinksomewater' => '🚰 Consider drinking some water! 💦 #HydrationNation', + 'cleanpool' => 'Consider giving the pool a clean today! 🤽‍♀️', 'goodnightWearShorts' => 'I\'m signing off for the night. Before I go; tomorrow it\'s going to be about %s when you get up and %s later in the day. So consider wearing summer clothes. ☀️☀️☀️', 'goodnightNormal' => 'I\'m signing off for the night. Before I go; tomorrow it\'s going to be about %s when you get up and %s later in the day. Jumper and trousers, maybe?', 'goodnight' => 'Goodnight!', -- 2.11.0