Add script to remind about cleaning the pool
authorCameron Ball <cameron@cameron1729.xyz>
Sun, 13 Jan 2019 08:04:03 +0000 (16:04 +0800)
committerCameron Ball <cameron@cameron1729.xyz>
Sun, 13 Jan 2019 08:04:03 +0000 (16:04 +0800)
src/cleanpool.php [new file with mode: 0644]
src/strings.php

diff --git a/src/cleanpool.php b/src/cleanpool.php
new file mode 100644 (file)
index 0000000..2964e3d
--- /dev/null
@@ -0,0 +1,5 @@
+<?php declare(strict_types=1);
+
+require_once('common.php');
+
+sendToGroupChat(getString('cleanpool'));
index 2c0a833..5c14ae4 100644 (file)
@@ -5,6 +5,7 @@ return [
     'newbill' => '%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!',