From 33c98181f8193bc6c59a8cc8c64f2dac8df2365b Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 17 May 2014 00:46:22 +0200 Subject: [PATCH] add default files to prevent errors on first start --- files/chatgroups.json | 1 + files/lol.json | 1 + files/reports.json | 1 + 3 files changed, 3 insertions(+) create mode 100644 files/chatgroups.json create mode 100644 files/lol.json create mode 100644 files/reports.json diff --git a/files/chatgroups.json b/files/chatgroups.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/files/chatgroups.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/files/lol.json b/files/lol.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/files/lol.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/files/reports.json b/files/reports.json new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/files/reports.json @@ -0,0 +1 @@ +[] \ No newline at end of file