blob: 5fc55ebc0ac1fc744a964d9fcfa2349b7c49c10b (
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
|