blob: ffd91e1aa0ddb8d1da3cd403341184a6217d5077 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
; wsChat v1.3.1 configuration file
[server]
port = 9933
name = "wsChat server"
; Avaliable replacers:
; * $(serverName)$ - the name of the server
; * $(userCount)$ - the current user count
; * $(max)$ - the max ammount of users
motd = "Welcome to $(serverName)$\nRun /help to see a list of commands or run /register to make an account"
fullMessage = "Sorry, but the server is full right now, come back later"
max = 20
[accounts]
owner = "WlodekM"
saveIP = false
requireLogin = true
annonFormat = "Anonymous#[num]"
[profanity]
filter = true
removeWords = ["butt", "arse", "balls", "dick"]
addWords = ["kys"]
[channels]
channels = ["home", "off-topic", "random", "safe"]
[channel-home]
; You can set settings like profanity for specific channels
profanity = true ; true = dont filter, false = do filter
[channel-off-topic]
; You can also set a slowmode
slowmode = 5 ; Time in seconds
|