summary refs log tree commit diff
path: root/config.json
blob: 5ab8dd1a91aac2f6f48e1bfa3420ac2cb1632bda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "wsChat server",
    "motd": "Welcome to $(serverName)$\nRun /help to see a list of commands or run /register to make an account",
    "max": 20,
    "owner": "WlodekM",
    "saveIP": false,
    "requireLogin": true,
    "profanity": false,
    "profanityRemoveWords": ["butt", "arse", "balls", "dick"],
    "profanityAddWords": ["kys"],
    "fullMessage": "Sorry, but the server is full right now, come back later",
    "annonFormat": "Anonymous#[num]",
    "port": 9933,
    "channels": ["home", "off-topic", "randomness"],
    "annonChannels": ["randomness"]
}