diff options
author | WlodekM <[email protected]> | 2024-09-14 22:09:57 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-09-14 22:09:57 +0300 |
commit | 43c5346643380756560ef7ba8c4c4d0c44c871fe (patch) | |
tree | b844de06a069dc67b6255064c7897a1d51bc0027 /config.json | |
parent | 496fdda80d4f82ddb2e233b0f0b504826d7a0f0a (diff) |
wip index.js rewrite 2: electric boogaloo
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 5 |
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"] } |