summary refs log tree commit diff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.json b/config.json
index d02a20a..5ab8dd1 100644
--- a/config.json
+++ b/config.json
@@ -9,5 +9,8 @@
     "profanityRemoveWords": ["butt", "arse", "balls", "dick"],
     "profanityAddWords": ["kys"],
     "fullMessage": "Sorry, but the server is full right now, come back later",
-    "annonFormat": "Anonymous#[num]"
+    "annonFormat": "Anonymous#[num]",
+    "port": 9933,
+    "channels": ["home", "off-topic", "randomness"],
+    "annonChannels": ["randomness"]
 }