summary refs log tree commit diff
path: root/config.json
blob: 01d849aadb2e1134caedc03bdc6b68e0ea83ef1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "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"
}