aboutgitcodelistschat:MatrixIRC
path: root/demo/socket.hjson
diff options
context:
space:
mode:
Diffstat (limited to 'demo/socket.hjson')
-rw-r--r--demo/socket.hjson14
1 files changed, 0 insertions, 14 deletions
diff --git a/demo/socket.hjson b/demo/socket.hjson
deleted file mode 100644
index c5ddfdb..0000000
--- a/demo/socket.hjson
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "match": [
- { "socket": { "family": "unix" } }
- ],
- "return": {"continue": true }
- },
- {
- "match": [
- { "socket": {} }
- ],
- "return": {"error": -1, "value": 0 }
- }
-]