From 8871a0ee65d8dbde2635d2911c7ae09a8c4efc42 Mon Sep 17 00:00:00 2001 From: bernd2k Date: Fri, 9 Feb 2018 20:52:38 +0100 Subject: [PATCH] first status texts first status texts --- status.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 status.json diff --git a/status.json b/status.json new file mode 100644 index 0000000..ecb2f02 --- /dev/null +++ b/status.json @@ -0,0 +1,41 @@ +{ + "name": "Krautspace space status", + "closing_text": [ + { + "text": "#krautspace is closed.", + "limitperweek": 9000 + }, + { + "text": "Last person left #krautspace", + "limitperweek": 9000 + }, + { + "text": "Closing #krautspace. We're sorry you need to wait outside, but there is always @freifunkjena to distract you.", + "limitperweek": 1 + }, + { + "text": "Currently, there is no light in #krautspace, so why not walk the beautiful @jenalichtstadt?", + "limitperweek": 1 + }, + { + "text": "#krautspace is zu, aber @offenesjena ist immer offen.", + "limitperweek": 1 + } + ], + "opening_text": [ + { + "text": "#krautspace is open.", + "limitperweek": 9000 + }, + { + "text": "At least one person is in #krautspace and invites you to come and join hacking!", + "limitperweek": 9000 + } + ], + "uncertain_text": [ + { + "text": "people in #krautspace want their privacy", + "limitperweek": 9000 + } + ] +} \ No newline at end of file