diff options
author | WlodekM <[email protected]> | 2024-09-14 21:51:08 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-09-14 21:51:08 +0300 |
commit | 496fdda80d4f82ddb2e233b0f0b504826d7a0f0a (patch) | |
tree | e7f5f7cccfe5289ee4592c5116a1d4c95c2872bc /config.json | |
parent | 0d841c1c4d6853bd43eb575c55a57f3de675f88b (diff) |
anon channels, annon name format, wip rewrite of index.js to use classes
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.json b/config.json index 01d849a..d02a20a 100644 --- a/config.json +++ b/config.json @@ -8,5 +8,6 @@ "profanity": false, "profanityRemoveWords": ["butt", "arse", "balls", "dick"], "profanityAddWords": ["kys"], - "fullMessage": "Sorry, but the server is full right now, come back later" + "fullMessage": "Sorry, but the server is full right now, come back later", + "annonFormat": "Anonymous#[num]" } |