aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore1
-rw-r--r--config.json6
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2230596..4f56fad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
node_modules
-/config.json
.parcel-cache
/dist
diff --git a/config.json b/config.json
new file mode 100644
index 0000000..20b999d
--- /dev/null
+++ b/config.json
@@ -0,0 +1,6 @@
+{
+ "server": {
+ "autojoin": "#chat,#support",
+ "nick": "webirc-*"
+ }
+}